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