]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: adjust to removing i2c designware platform data
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 19 Apr 2021 06:18:09 +0000 (08:18 +0200)
committerWolfram Sang <wsa@kernel.org>
Fri, 28 May 2021 14:48:48 +0000 (16:48 +0200)
commitd3b2897f6bc65cf65ac38ac148753fefd55db22a
tree0fc9d0ddf909d04c64a22cfd17985d4c55baf9ef
parent71afa3c151ed38383f59668fbbbefd352e2bd389
MAINTAINERS: adjust to removing i2c designware platform data

Commit 6cd93babaefc ("i2c: designware: Get rid of legacy platform data")
removes ./include/linux/platform_data/i2c-designware.h, but misses to
adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches F: include/linux/platform_data/i2c-designware.h

Remove the file entry to this removed file as well.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
MAINTAINERS