[Bug 339] New: compile failure in drivers/char/watchdog/sc1200wdt.c

Martin J. Bligh (mbligh@aracnet.com)
Tue, 11 Feb 2003 08:04:17 -0800


http://bugme.osdl.org/show_bug.cgi?id=339

Summary: compile failure in drivers/char/watchdog/sc1200wdt.c
Kernel Version: 2.5.60-bk1
Status: NEW
Severity: normal
Owner: bugme-janitors@lists.osdl.org
Submitter: john@larvalstage.com

Distribution: Gentoo 1.4rc2
Hardware Environment: Abit KG7-RAID, AMD Athlon TBird 1.4, 512MB DDR,
Geforce 3 Software Environment: gcc 3.2.1, glibc 2.3.1, ld 2.13.90.0.16
Problem Description:

gcc -Wp,-MD,drivers/char/watchdog/.sc1200wdt.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon
-Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include
-DKBUILD_BASENAME=sc1200wdt
-DKBUILD_MODNAME=sc1200wdt -c -o drivers/char/watchdog/sc1200wdt.o
drivers/char/watchdog/sc1200wdt.c
drivers/char/watchdog/sc1200wdt.c: In function `sc1200wdt_isapnp_probe':
drivers/char/watchdog/sc1200wdt.c:338: warning: implicit declaration of
function `isapnp_find_dev'
drivers/char/watchdog/sc1200wdt.c:338: warning: assignment makes pointer
from integer without a cast
drivers/char/watchdog/sc1200wdt.c:342: structure has no member named
`prepare' drivers/char/watchdog/sc1200wdt.c:352: structure has no member
named `activate' drivers/char/watchdog/sc1200wdt.c: In function
`sc1200wdt_init':
drivers/char/watchdog/sc1200wdt.c:426: structure has no member named
`deactivate' drivers/char/watchdog/sc1200wdt.c: In function
`sc1200wdt_exit':
drivers/char/watchdog/sc1200wdt.c:439: structure has no member named
`deactivate' make[3]: *** [drivers/char/watchdog/sc1200wdt.o] Error 1
make[2]: *** [drivers/char/watchdog] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2

Steps to reproduce:

Character devices --->
Watchdog Cards --->
<*> National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog

CONFIG_SC1200_WDT=y

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/