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)
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>

No differences found