diff options
Diffstat (limited to 'drivers/sk98lin/skqueue.c')
| -rw-r--r-- | drivers/sk98lin/skqueue.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/drivers/sk98lin/skqueue.c b/drivers/sk98lin/skqueue.c index c279cd17a..c9740e316 100644 --- a/drivers/sk98lin/skqueue.c +++ b/drivers/sk98lin/skqueue.c @@ -87,6 +87,10 @@   ******************************************************************************/ +#include <config.h> + +#ifdef CONFIG_SK98 +  /*  	Event queue and dispatcher  */ @@ -233,4 +237,6 @@ SK_IOC	Ioc)	/* Io context */  	return(0) ;  } +#endif /* CONFIG_SK98 */ +  /* End of file */ |