Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | Index: pxaregs-1.14/pxaregs.c |
2 | =================================================================== | ||||
3 | --- pxaregs-1.14.orig/pxaregs.c | ||||
4 | +++ pxaregs-1.14/pxaregs.c | ||||
5 | @@ -21,10 +21,6 @@ | ||||
6 | #include <fcntl.h> | ||||
7 | #include <ctype.h> | ||||
8 | |||||
9 | -#include <linux/i2c.h> | ||||
10 | -#include <linux/i2c-dev.h> | ||||
11 | - | ||||
12 | - | ||||
13 | // fd for /dev/mem | ||||
14 | static int fd = -1; | ||||
15 |