diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-07-03 16:23:00 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-07-03 16:23:00 +0200 |
commit | 25d384a97f6ffa1b31c5248d1f25df74c686b891 (patch) | |
tree | b6a4d31261f9958005610ee06c7cb1c0f164fdb3 /samsung-ipc/util.c | |
parent | 91c54acd75f6c623eebe18d3cd45387907273eda (diff) | |
download | external_libsamsung-ipc-25d384a97f6ffa1b31c5248d1f25df74c686b891.zip external_libsamsung-ipc-25d384a97f6ffa1b31c5248d1f25df74c686b891.tar.gz external_libsamsung-ipc-25d384a97f6ffa1b31c5248d1f25df74c686b891.tar.bz2 |
Remove file read functions from ipc_util
Change-Id: I24fcb86335ce2676fa5d88e6298aa002b7257bfe
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/util.c')
-rw-r--r-- | samsung-ipc/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samsung-ipc/util.c b/samsung-ipc/util.c index 85fffcb..e7bfb01 100644 --- a/samsung-ipc/util.c +++ b/samsung-ipc/util.c @@ -29,7 +29,6 @@ #include <sys/types.h> #include <sys/socket.h> #include <asm/types.h> -#include <mtd/mtd-abi.h> #include <linux/netlink.h> #include <net/if.h> |