diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-26 20:42:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-26 20:42:36 +0000 |
commit | 0f3ccb8868dc2b815c92bfa8b33d7211374268fb (patch) | |
tree | cbf4449ac1fc6cf37223a660f24065fdf7d06815 /package/unvram/src/nvram.h | |
parent | 2d9c80b60fe413115b3aa30f752684830c321e43 (diff) | |
download | upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.tar.gz upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.tar.bz2 upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.zip |
unvram: make it work on bcm47xx, also look for /dev/mtdblockX
SVN-Revision: 15429
Diffstat (limited to 'package/unvram/src/nvram.h')
-rw-r--r-- | package/unvram/src/nvram.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/unvram/src/nvram.h b/package/unvram/src/nvram.h index 09650239ec..b718928c0e 100644 --- a/package/unvram/src/nvram.h +++ b/package/unvram/src/nvram.h @@ -24,8 +24,6 @@ #include <errno.h> #include <sys/mman.h> #include <sys/stat.h> -#include <sys/ioctl.h> -#include <arpa/inet.h> #include <linux/limits.h> #include "sdinitvals.h" |