From ce073e28de97760024a221efb3dcd799a0b98969 Mon Sep 17 00:00:00 2001 From: wentasah Date: Tue, 27 Apr 2004 17:34:39 +0000 Subject: [PATCH 1/1] Definition of VME support symbol was moved here from can_sysdep.h --- lincan/include/main.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lincan/include/main.h b/lincan/include/main.h index 506e262..2893ef7 100644 --- a/lincan/include/main.h +++ b/lincan/include/main.h @@ -13,6 +13,10 @@ #include "./can_queue.h" #include "lincan_config.h" +#ifdef CONFIG_OC_LINCANVME +#define CAN_ENABLE_VME_SUPPORT +#endif + #ifdef CAN_DEBUG #define DEBUGMSG(fmt,args...) can_printk(KERN_ERR "can.o (debug): " fmt,\ ##args) -- 2.39.2