]> git.baikalelectronics.ru Git - kernel.git/commit
spi/s3c64xx: Rely on the compiler eliminating the OF ID table
authorMark Brown <broonie@linaro.org>
Wed, 26 Jun 2013 15:09:48 +0000 (16:09 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 26 Jun 2013 15:20:38 +0000 (16:20 +0100)
commita31b18c3f4cf850270b99067da4ca58bc8e07931
treeac6fb85dc0e997b8869b697d8e981145f031c426
parent33371b261f2e8e75570c223e99e16253b4c4aca7
spi/s3c64xx: Rely on the compiler eliminating the OF ID table

This should work with modern compilers, isn't that much of an issue if
it goes wrong and it ensures that the DT-only hardware variants don't
leave unreferenced parameters structures lying around.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c