diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2015-11-19 17:46:14 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-11-24 12:11:18 +0100 |
commit | cc509d5ba2b74fea8d0598cc941f4b5e4052740a (patch) | |
tree | a59af5d5159b00946a71846ee0400cd0550b1b9b /drivers/mfd/as3722.c | |
parent | Documentation: dt-bindings: Fix interrupt documentation file path (diff) | |
download | linux-cc509d5ba2b74fea8d0598cc941f4b5e4052740a.tar.xz linux-cc509d5ba2b74fea8d0598cc941f4b5e4052740a.zip |
mfd: wm8994: Ensure that the whole MFD is built into a single module
The MFD part of wm8994 consists of three files wm8994-core.c,
wm8994-irq.c and wm8994-regmap.c only wm8994-core.c has a
MODULE_DESCRIPTION / LICENSE. These were clearly intended to be built
as a single module, but currently are not. This will lead to a tainted
kernel when loading modules for wm8894-irq.c and wm8994-regmap.c because
are missing a license.
This patch fixes this issue by grouping the three files together into a
single module.
Reported-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/as3722.c')
0 files changed, 0 insertions, 0 deletions