Skip to content

Commit

Permalink
orinoco: have sparse check endian issues
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Kilroy authored and John W. Linville committed Apr 19, 2010
1 parent 69c264d commit 088899c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/orinoco/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit 088899c

Please sign in to comment.