summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36/066-block2mtd_probe.patch
Commit message (Collapse)AuthorAgeFilesLines
* linux/2.6.36: R.I.P.Gabor Juhos2012-04-291-17/+0
| | | | SVN-Revision: 31519
* refresh patchesFlorian Fainelli2012-03-021-2/+3
| | | | SVN-Revision: 30779
* fix mtd warningsFlorian Fainelli2011-05-251-2/+8
| | | | | | | | | | | | | | | 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
* linux/generic: add kernel 2.6.36 preliminary supportAlexandros C. Couloumbis2010-08-291-0/+10
SVN-Revision: 22832