1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:27:36 +03:00

[rdc] include linux/magic.h instead of hardcoding the squashfs magic number

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-06-12 14:58:08 +00:00
parent 51c6d32fb3
commit 96c57d4d0f

View File

@ -15,8 +15,7 @@
#include <linux/mtd/partitions.h>
#include <linux/autoconf.h>
#include <linux/sched.h>
#define SQUASHFS_MAGIC 0x73717368
#include <linux/magic.h>
static struct mtd_info *rdc3210_mtd;