summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/400-rootfs_split.patch
Commit message (Collapse)AuthorAgeFilesLines
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+5
| | | | SVN-Revision: 27491
* fix mtd warningsFlorian Fainelli2011-05-251-2/+3
| | | | | | | | | | | | | | | Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27007
* refresh 2.6.37 patchesFlorian Fainelli2011-05-201-4/+4
| | | | SVN-Revision: 26955
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.Felix Fietkau2011-04-171-3/+5
| | | | | | | | | | Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26705
* kernel: reorganize 2.6.37 patchesFelix Fietkau2011-04-161-0/+328
SVN-Revision: 26692