]> git.baikalelectronics.ru Git - kernel.git/commit
soc: qcom: fix of_device_id table
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 May 2014 16:07:05 +0000 (18:07 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 26 May 2014 19:27:09 +0000 (21:27 +0200)
commit4d490d2f972cfd9d66d53d3309d9a8ea2ec44e81
tree46780fbda949337e2f11cd171f81e167868a3714
parenta8d2f179ef522460e64b29a2857ca215e86c696a
soc: qcom: fix of_device_id table

The match tables must be zero-terminated, and Kbuild now helpfully
fails to link the kernel if that isn't the case.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/qcom/qcom_gsbi.c