diff options
Diffstat (limited to 'drivers/sk98lin/skge.c')
-rw-r--r-- | drivers/sk98lin/skge.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/sk98lin/skge.c b/drivers/sk98lin/skge.c index 49ef8b3..01a72e1 100644 --- a/drivers/sk98lin/skge.c +++ b/drivers/sk98lin/skge.c @@ -340,6 +340,10 @@ * ******************************************************************************/ +#include <config.h> + +#ifdef CONFIG_SK98 + #include "h/skversion.h" #if 0 #include <linux/module.h> @@ -4862,6 +4866,8 @@ int l; #endif +#endif /* CONFIG_SK98 */ + /* * Local variables: * compile-command: "make" |