generic: remove linux version checks from myloader.c
authorGabor Juhos <juhosg@openwrt.org>
Mon, 2 Sep 2013 16:33:13 +0000 (16:33 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 2 Sep 2013 16:33:13 +0000 (16:33 +0000)
commit3500be5ad2040396830f6946cb2b93cad30f8665
tree62e567af0904d854e1c6f71b02b66e33a0b2f9cb
parent810c0bd8a59ecfeb31c1522dd9fa483c104acc03
generic: remove linux version checks from myloader.c

The myloader partition parser code uses ifdef wrappers
to make the code usable on kernels below version 3.2.
All targets are using kernel 3.3 at least so the wraper
is not needed. Remove that.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37880
target/linux/generic/files/drivers/mtd/myloader.c