pinctrl: sunxi: does not need module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Feb 2016 20:48:37 +0000 (15:48 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Mar 2016 03:22:47 +0000 (10:22 +0700)
commitbcc76199784804c7c0793db42001272a9fabe5db
tree89b6d94ba0d59d5c899a21ea42e94a7a7d905ca5
parentcc2a73a4a9fb6961fccc5b5d16303630107f2ab9
pinctrl: sunxi: does not need module.h

This file is not modular, nor is it using modular functions. The
only thing close is the global THIS_MODULE which comes from export.h
so lets replace it appropriately and cut back on the amount of
header stuff we draw in by several thousand lines.

Cc: linux-gpio@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sunxi/pinctrl-sunxi.c