aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-05 20:28:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-05 20:28:44 +0000
commit6a969461dbe293d14773f3d12d54682deafac2b8 (patch)
treea419775e7292abb41e467a2640e1794297df215b /sys/dev/aic7xxx
parentdfbc6dc2fa3a068c3c02964718d91d54c0a76cbe (diff)
downloadsrc-6a969461dbe293d14773f3d12d54682deafac2b8.tar.gz
src-6a969461dbe293d14773f3d12d54682deafac2b8.zip
remove redundant yyparse declarations
PR: conf/174079 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Notes
Notes: svn path=/head/; revision=243906
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_gram.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y
index cc7475c0bad2..5c28f3bfe1e6 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y
+++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y
@@ -103,7 +103,6 @@ static void add_version(const char *verstring);
static int is_download_const(expression_t *immed);
extern int yylex (void);
-extern int yyparse (void);
#define SRAM_SYMNAME "SRAM_BASE"
#define SCB_SYMNAME "SCB_BASE"