uci: update to latest version, fixes return code of the cli on various failures
[openwrt.git] / package / ep80579-drivers / patches / 210-can_include_linux_fs_h.patch
1 --- a/Embedded/src/CAN/can_main.c
2 +++ b/Embedded/src/CAN/can_main.c
3 @@ -70,6 +70,8 @@
4
5 #include "can_main.h"
6 #include "can_ioctl.h"
7 +#include <linux/fs.h>
8 +
9
10 MODULE_AUTHOR("Intel(R) Corporation");
11 MODULE_DESCRIPTION("Controller Area Network Driver");
This page took 0.049581 seconds and 5 git commands to generate.