mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:42:59 +02: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:
parent
51c6d32fb3
commit
96c57d4d0f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user