]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: ft1000_proc needs asm/io.h for inw/outw on sparc
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 06:38:31 +0000 (02:38 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:32:00 +0000 (17:32 -0400)
commita24cba766959e1dad92d5f6853e518f392bfb46b
tree8b50ead3c4f5663e060b80736b147fea3e70f765
parent169af54e1d5da721861bf0c5e545fc6e4ab4f19c
staging: ft1000_proc needs asm/io.h for inw/outw on sparc

Seen during an allmodconfig build for sparc:

  CC [M]  drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.o
In file included from drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c:26:
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_read_reg':
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:80: error: implicit declaration of function 'inw'
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_write_reg':
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:86: error: implicit declaration of function 'outw'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c