diff options
author | Tony Lindgren <tony@atomide.com> | 2008-05-06 16:36:47 -0700 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-05-14 21:00:53 +0200 |
commit | df48dd028766ce2fc05d1f1d9da9bf89855d5282 (patch) | |
tree | 6699c80ceb6b24ae49fa4a74fb05d8613ec00775 /drivers/ssb/scan.c | |
parent | 28a4acb48586dc21d2d14a75a7aab7be78b7c83b (diff) |
mmc: Fix omap compile by replacing dev_name with dma_dev_name
This patch fixes error:
drivers/mmc/host/omap.c: In function 'mmc_omap_get_dma_channel':
drivers/mmc/host/omap.c:1038: error: called object 'dev_name' is not a function
Commit 06916639e2fed9ee475efef2747a1b7429f8fe76 adds a function
called dev_name. This will cause a name conflict as dev_dbg calls
dev_name(((host->mmc)->parent)).
This same issue should not affect other drivers as they don't seem
to use dev_name with dev_dbg.
Thanks to Paul Walmsley <paul@pwsan.com> for figuring this one out.
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/ssb/scan.c')
0 files changed, 0 insertions, 0 deletions