i2c: jz4780: Remove of_match_ptr()
authorPaul Cercueil <paul@crapouillou.net>
Fri, 4 Sep 2020 13:11:52 +0000 (15:11 +0200)
committerWolfram Sang <wsa@kernel.org>
Mon, 21 Sep 2020 09:46:05 +0000 (11:46 +0200)
commit7eecca9daf9acafd8d3b910af52bd1453aa501da
tree490832f5dd2e9a3f4247bc285b438e5c21a0a5c6
parent266fd91f2b2fb4efe50550298e8bb0692fb9477f
i2c: jz4780: Remove of_match_ptr()

CONFIG_OF is selected by CONFIG_MACH_INGENIC, therefore we don't need to
handle the case where Device Tree is not supported.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-jz4780.c