Skip to content

Commit

Permalink
Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/s…
Browse files Browse the repository at this point in the history
…cm/linux/kernel/git/cjb/mmc

Pull two more mmc changes from Chris Ball:

 - Disintegrate UAPI

 - fix a mismerge that caused a build error.

* tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc:
  UAPI: (Scripted) Disintegrate include/linux/mmc
  mmc: mxs-mmc: Fix merge issue causing build error
  • Loading branch information
torvalds committed Oct 13, 2012
2 parents 79c63ee + 60fe577 commit 125aae1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/mmc/host/mxs-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static void mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable)
writel(BM_SSP_CTRL0_SDIO_IRQ_CHECK,
ssp->base + HW_SSP_CTRL0 + STMP_OFFSET_REG_SET);
writel(BM_SSP_CTRL1_SDIO_IRQ_EN,
host->base + HW_SSP_CTRL1(host) + STMP_OFFSET_REG_SET);
ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_SET);
} else {
writel(BM_SSP_CTRL0_SDIO_IRQ_CHECK,
ssp->base + HW_SSP_CTRL0 + STMP_OFFSET_REG_CLR);
Expand Down
1 change: 0 additions & 1 deletion include/linux/mmc/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
header-y += ioctl.h
1 change: 1 addition & 0 deletions include/uapi/linux/mmc/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# UAPI Header export list
header-y += ioctl.h
File renamed without changes.

0 comments on commit 125aae1

Please sign in to comment.