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)
commit1b7f0c7b931864642e825a6fd01cde5881b064cc
tree46780fbda949337e2f11cd171f81e167868a3714
parent7a1002e5ba6ebf17f8040f5176502527df8c38e8
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