]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 7 Sep 2015 07:23:01 +0000 (10:23 +0300)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 13 Sep 2015 10:55:27 +0000 (12:55 +0200)
commit8c7ad6e83ff6cdb424647197ff7798842f33748c
tree03051903ae4ea8917fab7e2edde66655b6adabaa
parente2c7f16d11015cacbf7668e6c7386c49f73ac105
ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

Commit fd68abc4880e ("spi: pxa2xx: Differentiate Intel LPSS types") caused
build error here because it removed the type LPSS_SSP and I didn't notice
the type was used here too.

I believe commit 2262296bf5fc ("ARM: pxa: ssp: add DT bindings") added it
accidentally by copying all enum pxa_ssp_type types from
include/linux/pxa2xx_ssp.h even LPSS_SSP was for Intel LPSS SPI devices.

Fix the build error by removing this incorrect binding.

Fixes: fd68abc4880e ("spi: pxa2xx: Differentiate Intel LPSS types")
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reported-by: Axel Lin <axel.lin@ingics.com>
Cc: <stable@vger.kernel.org> # 4.2
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/plat-pxa/ssp.c