]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: denali: remove bogus __maybe_unused
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 10:18:18 +0000 (19:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Dec 2017 12:59:53 +0000 (21:59 +0900)
commit1a7e176d27eb54cf75b2c54dfe1a351cc434d1d5
tree5e62f00507aaafb7ab8c77b8844f5b44db9a1d8f
parentac389b07493daa9db00749a415e679abcb1eb59a
mtd: nand: denali: remove bogus __maybe_unused

denali_setup_data_interface() is always used.

I put __maybe_unused for a temporal use, then forgot to delete it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mtd/nand/denali.c