mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user