From e1696ca671a6637ee951c84d1624095a4203513c Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 6 Nov 2012 15:21:46 +0000 Subject: 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 [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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mtd/src/imagetag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mtd/src') diff --git a/package/mtd/src/imagetag.c b/package/mtd/src/imagetag.c index 9f5c193c4..a53c17a70 100644 --- a/package/mtd/src/imagetag.c +++ b/package/mtd/src/imagetag.c @@ -32,7 +32,7 @@ #include #include -#include <../arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h> +#include #include "mtd.h" #include "crc32.h" -- cgit v1.2.3