Messages in this thread |  | | | Date | Wed, 15 Feb 2012 14:10:37 -0500 | | From | Paul Gortmaker <> | | Subject | Re: [PATCH] sdhci-tegra: fix linux/module.h included twice |
| |
On 12-02-15 12:54 PM, Danny Kukawka wrote: > Remove double include of linux/module.h. > > Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Hi Danny,
We've already got these covered all in one go.
https://lkml.org/lkml/2012/2/4/134
Thanks, Paul.
--- > --- > drivers/mmc/host/sdhci-tegra.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c > index 78a36eb..cb34856 100644 > --- a/drivers/mmc/host/sdhci-tegra.c > +++ b/drivers/mmc/host/sdhci-tegra.c > @@ -23,7 +23,6 @@ > #include <linux/gpio.h> > #include <linux/mmc/card.h> > #include <linux/mmc/host.h> > -#include <linux/module.h> > > #include <asm/gpio.h> >
|  |