Revision bb4a61b6eaee01707f24deeefc5d7136f25f75c5 authored by Andrew Morton on 07 June 2005, 06:07:46 UTC, committed by Greg Kroah-Hartman on 28 June 2005, 04:52:46 UTC
With CONFIG_PCI=n:

In file included from include/linux/pci.h:917,
                 from lib/iomap.c:6:
include/asm/pci.h:104: warning: `enum pci_dma_burst_strategy' declared inside parameter list
include/asm/pci.h:104: warning: its scope is only this definition or declaration, which is probably not what you want.
include/asm/pci.h: In function `pci_dma_burst_advice':
include/asm/pci.h:106: dereferencing pointer to incomplete type
include/asm/pci.h:106: `PCI_DMA_BURST_INFINITY' undeclared (first use in this function)
include/asm/pci.h:106: (Each undeclared identifier is reported only once
include/asm/pci.h:106: for each function it appears in.)
make[1]: *** [lib/iomap.o] Error 1

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent e24c2d9
History
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.1 KB
msg.c -rw-r--r-- 18.9 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 33.6 KB
shm.c -rw-r--r-- 21.3 KB
util.c -rw-r--r-- 13.2 KB
util.h -rw-r--r-- 2.3 KB

back to top