Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

avr32: don't offer PARPORT_PC

This patch fixes the following compile error:

<-- snip -->

...
CC [M] drivers/parport/parport_pc.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:67:25: error: asm/parport.h: No such file or directory
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c: In function 'parport_pc_find_ports':
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:3215: error: implicit declaration of function 'parport_pc_find_nonpci_ports'
make[3]: *** [drivers/parport/parport_pc.o] Error 1

<-- snip -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

authored by

Adrian Bunk and committed by
Haavard Skinnemoen
cf2d3ff9 cc65d90f

+1 -1
+1 -1
drivers/parport/Kconfig
··· 36 36 config PARPORT_PC 37 37 tristate "PC-style hardware" 38 38 depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \ 39 - (!M68K || ISA) && !MN10300 39 + (!M68K || ISA) && !MN10300 && !AVR32 40 40 ---help--- 41 41 You should say Y here if you have a PC-style parallel port. All 42 42 IBM PC compatible computers and some Alphas have PC-style