• Adrian Bunk's avatar
    [PATCH] fix ISTALLION=y · 672b2714
    Adrian Bunk authored
    drivers/char/istallion.c: In function ‘stli_initbrds’:
    drivers/char/istallion.c:4150: error: implicit declaration of function ‘stli_parsebrd’
    drivers/char/istallion.c:4150: error: ‘stli_brdsp’ undeclared (first use in this function)
    drivers/char/istallion.c:4150: error: (Each undeclared identifier is reported only once
    drivers/char/istallion.c:4150: error: for each function it appears in.)
    drivers/char/istallion.c:4164: error: implicit declaration of function ‘stli_argbrds’
    
    While I was at it, I also removed the #ifdef MODULE around the initialation
    code to allow it to perhaps work when built into the kernel and made a
    needlessly global function static.
    Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
    Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    672b2714
istallion.c 125 KB