dect
/
linux-2.6
Archived
13
0
Fork 0

orinoco: have sparse check endian issues

Orinoco should be endian clean, so enable the checking.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
David Kilroy 2010-04-19 08:16:23 +01:00 committed by John W. Linville
parent 69c264de2a
commit 088899c43c
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ obj-$(CONFIG_PCI_HERMES) += orinoco_pci.o
obj-$(CONFIG_TMD_HERMES) += orinoco_tmd.o
obj-$(CONFIG_NORTEL_HERMES) += orinoco_nortel.o
obj-$(CONFIG_PCMCIA_SPECTRUM) += spectrum_cs.o
# Orinoco should be endian clean.
ccflags-y += -D__CHECK_ENDIAN__