commit | 1b7f0c7b931864642e825a6fd01cde5881b064cc | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon May 26 18:07:05 2014 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon May 26 21:27:09 2014 +0200 |
tree | 46780fbda949337e2f11cd171f81e167868a3714 | |
parent | 7a1002e5ba6ebf17f8040f5176502527df8c38e8 [diff] |
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>