Skip to content

Commit

Permalink
Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.…
Browse files Browse the repository at this point in the history
…6 into fixes

From Sascha Hauer:

ARM i.MX fixes for -rc.

This contains a single compilation fix for the CODA driver.

* tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6:
  [media] coda: Fix build due to iram.h rename
  • Loading branch information
Olof Johansson committed Jan 22, 2013
2 parents 5046e38 + e909c68 commit b2555b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-imx/iram_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/genalloc.h>

#include "iram.h"
#include "linux/platform_data/imx-iram.h"

static unsigned long iram_phys_base;
static void __iomem *iram_virt_base;
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/coda.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <linux/slab.h>
#include <linux/videodev2.h>
#include <linux/of.h>
#include <linux/platform_data/imx-iram.h>

#include <mach/iram.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
Expand Down
File renamed without changes.

0 comments on commit b2555b8

Please sign in to comment.