commit | 63ebecc03d2f18411da51a0981bd63818bbd0b54 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Thu Nov 27 23:57:22 2014 +0000 |
committer | Grant Likely <grant.likely@linaro.org> | Thu Nov 27 23:57:22 2014 +0000 |
tree | 40f18253610d284bac8e87d68a27fa8688ee4280 | |
parent | a81a6c654bbe129af529d11b4763367af90d1152 [diff] |
of: Remove unneeded and incorrect MODULE_DEVICE_TABLE The unittest code has a MODULE_DEVICE_TABLE that isn't needed by any of the unittests, and isn't even correct. Remove it. Signed-off-by: Grant Likely <grant.likely@linaro.org> Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>