• Paul Gortmaker's avatar
    staging: ft1000_proc needs asm/io.h for inw/outw on sparc · c060ae7d
    Paul Gortmaker authored
    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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    c060ae7d
ft1000_proc.c 6.02 KB