summaryrefslogtreecommitdiffstats
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
commita50d121d8e7878e54f548e528b6946966e459b36 (patch)
treec4cccfa2d44d17434b06ac67dc60e6f93834a3e7 /package
parent865933a0ece69b4cdb63e42651a36fb6981f9bc2 (diff)
downloadmaster-31e0f0ae-a50d121d8e7878e54f548e528b6946966e459b36.tar.gz
master-31e0f0ae-a50d121d8e7878e54f548e528b6946966e459b36.tar.bz2
master-31e0f0ae-a50d121d8e7878e54f548e528b6946966e459b36.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> SVN-Revision: 34103
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"