spi: pxa2xx: Constify ACPI device ids
authorMathias Krause <minipli@googlemail.com>
Sat, 13 Jun 2015 12:22:14 +0000 (14:22 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2015 09:52:24 +0000 (10:52 +0100)
commit8422ddf762c6168a261b5ba07eeaa2f1238ba8c2
tree281bb88020674c6014c0c230345450740a13e979
parent6356437e65c2de610ab2bde24211426ae9322934
spi: pxa2xx: Constify ACPI device ids

Constify the ACPI device ID array, it doesn't need to be writable at
runtime.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c