X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fusb%2Fserial%2Fio_edgeport.h;h=cb201c1f67f927e3f0ec520cbe4406978961eed9;hb=96cb15cf977356d9d3117dd88f3fe187d6024f4b;hp=29a913a6daca07fe35628bcc91e016f97d3c3346;hpb=9cdd79c9b99873d600d397fda012fc3f57cc2776;p=karo-tx-linux.git diff --git a/drivers/usb/serial/io_edgeport.h b/drivers/usb/serial/io_edgeport.h index 29a913a6daca..cb201c1f67f9 100644 --- a/drivers/usb/serial/io_edgeport.h +++ b/drivers/usb/serial/io_edgeport.h @@ -19,12 +19,6 @@ #define MAX_RS232_PORTS 8 /* Max # of RS-232 ports per device */ /* typedefs that the insideout headers need */ -#ifndef TRUE - #define TRUE (1) -#endif -#ifndef FALSE - #define FALSE (0) -#endif #ifndef LOW8 #define LOW8(a) ((unsigned char)(a & 0xff)) #endif