diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-06-01 14:52:58 +0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-06-23 14:59:39 -0500 |
commit | d8fcfb6dbba2229b29dd6b672ac6c6081c37e48c (patch) | |
tree | 67a0bd2cbf2408f7c7dca9864e9d3bfcb599e0ac /arch/c6x/platforms/Makefile | |
parent | 9a4ef881d25957f149864bd46a2099e92ec9c53c (diff) | |
download | lwn-d8fcfb6dbba2229b29dd6b672ac6c6081c37e48c.tar.gz lwn-d8fcfb6dbba2229b29dd6b672ac6c6081c37e48c.zip |
c6x: Remove unnecessary of_platform_populate with default match table
After patch "of/platform: Add common method to populate default bus",
it is possible for arch code to remove unnecessary callers of
of_platform_populate with default match table.
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/c6x/platforms/Makefile')
-rw-r--r-- | arch/c6x/platforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/platforms/Makefile b/arch/c6x/platforms/Makefile index 9a95b9bca8d0..5f7d93468b6e 100644 --- a/arch/c6x/platforms/Makefile +++ b/arch/c6x/platforms/Makefile @@ -4,7 +4,7 @@ # Copyright 2010, 2011 Texas Instruments Incorporated # -obj-y = platform.o cache.o megamod-pic.o pll.o plldata.o timer64.o +obj-y = cache.o megamod-pic.o pll.o plldata.o timer64.o obj-y += dscr.o # SoC objects |