diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-11-06 15:21:46 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-11-06 15:21:46 +0000 |
commit | a50d121d8e7878e54f548e528b6946966e459b36 (patch) | |
tree | c4cccfa2d44d17434b06ac67dc60e6f93834a3e7 /target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch | |
parent | 865933a0ece69b4cdb63e42651a36fb6981f9bc2 (diff) | |
download | upstream-a50d121d8e7878e54f548e528b6946966e459b36.tar.gz upstream-a50d121d8e7878e54f548e528b6946966e459b36.tar.bz2 upstream-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 'target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch b/target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch index 856b9e2674..f0e6c4c78b 100644 --- a/target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch +++ b/target/linux/brcm63xx/patches-3.3/405-bcm963xx_real_rootfs_length.patch @@ -1,5 +1,5 @@ ---- a/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h -+++ b/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h +--- a/include/linux/bcm963xx_tag.h ++++ b/include/linux/bcm963xx_tag.h @@ -85,8 +85,10 @@ struct bcm_tag { __u32 rootfs_crc; /* 224-227: CRC32 of kernel partition */ |