Skip to content

Commit

Permalink
mmc: fix missing module license declaration in of_mmc_spi.c
Browse files Browse the repository at this point in the history
Driver cannot be used as a module without this patch.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Nov 5, 2009
1 parent a22c65f commit 02d9e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/of_mmc_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>

MODULE_LICENSE("GPL");

enum {
CD_GPIO = 0,
WP_GPIO,
Expand Down

0 comments on commit 02d9e58

Please sign in to comment.