aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-11-06 15:21:46 +0000
committerJonas Gorski <jogo@openwrt.org>2012-11-06 15:21:46 +0000
commitb8e5c3fb59a83915f0e765d147265217d74651e4 (patch)
tree8929ded95b115c132ce2bfb2222afe709d48c248 /package
parent9f5fd7db54d5843401ddea37cc07ff3efeedc646 (diff)
downloadmaster-187ad058-b8e5c3fb59a83915f0e765d147265217d74651e4.tar.gz
master-187ad058-b8e5c3fb59a83915f0e765d147265217d74651e4.tar.bz2
master-187ad058-b8e5c3fb59a83915f0e765d147265217d74651e4.zip
linux: export bcm963xx_tag.h to userspace
Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mtd/src/imagetag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mtd/src/imagetag.c b/package/mtd/src/imagetag.c
index 9f5c193c42..a53c17a703 100644
--- a/package/mtd/src/imagetag.c
+++ b/package/mtd/src/imagetag.c
@@ -32,7 +32,7 @@
#include <sys/ioctl.h>
#include <mtd/mtd-user.h>
-#include <../arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h>
+#include <linux/bcm963xx_tag.h>
#include "mtd.h"
#include "crc32.h"