mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 08:15:21 +02:00
97d0245acb
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27007 3c298f89-4303-0410-b956-a3cf2f4a3e73 |
||
---|---|---|
.. | ||
base-files | ||
files | ||
image | ||
patches-2.6.30 | ||
patches-2.6.31 | ||
patches-2.6.32 | ||
patches-2.6.36 | ||
patches-2.6.37 | ||
patches-2.6.38 | ||
patches-2.6.39 | ||
config-2.6.30 | ||
config-2.6.31 | ||
config-2.6.32 | ||
config-2.6.36 | ||
config-2.6.37 | ||
config-2.6.38 | ||
config-2.6.39 | ||
PATCHES |