Skip to content

Commit

Permalink
mmc: Add module.h include to sdhci-cns3xxx.c
Browse files Browse the repository at this point in the history
Fixes: drivers/mmc/host/sdhci-cns3xxx.c:110: error: 'THIS_MODULE'
       undeclared here (not in a function)

Reported-by: Al Viro <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
  • Loading branch information
cjb committed Dec 10, 2011
1 parent e58f516 commit 7833c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci-cns3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/mmc/host.h>
#include <linux/module.h>
#include <mach/cns3xxx.h>
#include "sdhci-pltfm.h"

Expand Down

0 comments on commit 7833c66

Please sign in to comment.