diff --git a/include/nuttx/can.h b/include/nuttx/can.h index 3803f105986..1b2f11e5b28 100644 --- a/include/nuttx/can.h +++ b/include/nuttx/can.h @@ -33,8 +33,6 @@ #include #include -#ifdef CONFIG_NET_CAN - /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ @@ -383,5 +381,4 @@ extern "C" } #endif -#endif /* CONFIG_CAN */ #endif /* __INCLUDE_NUTTX_CAN_H */