OpenWrt's libudev just got updated, so this define is no longer required against

the older version.
This commit is contained in:
pnaulls@gmail.com 2011-08-05 15:34:09 +00:00
parent 8f9904dbc4
commit 497f42e614

View file

@ -36,8 +36,6 @@
#include <sys/utsname.h> #include <sys/utsname.h>
#include <fcntl.h> #include <fcntl.h>
#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
/* Linux */ /* Linux */
#include <linux/hidraw.h> #include <linux/hidraw.h>
#include <linux/version.h> #include <linux/version.h>