Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271293
b: refs/heads/master
c: 8a20974
h: refs/heads/master
i:
  271291: 91e024e
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent f6c0145 commit 1c0eda7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 37 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d86d29df57adf9258f56939e59cdd70932845885
refs/heads/master: 8a20974f0370fe1b924704399e7ba327d894ef72
2 changes: 1 addition & 1 deletion trunk/drivers/video/sh_mobile_lcdcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#include <linux/backlight.h>
#include <linux/gpio.h>
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mobile_meram.h>
#include <linux/atomic.h>

#include "sh_mobile_lcdcfb.h"
#include "sh_mobile_meram.h"

#define SIDE_B_OFFSET 0x1000
#define MIRROR_OFFSET 0x2000
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/video/sh_mobile_meram.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/platform_device.h>

#include "sh_mobile_meram.h"
#include <video/sh_mobile_meram.h>

/* meram registers */
#define MEVCR1 0x4
Expand Down Expand Up @@ -82,6 +81,8 @@
((yszm1) << MExxBSIZE_YSZM1_SHIFT) | \
((xszm1) << MExxBSIZE_XSZM1_SHIFT))

#define SH_MOBILE_MERAM_ICB_NUM 32

static unsigned long common_regs[] = {
MEVCR1,
MEQSEL1,
Expand Down
33 changes: 0 additions & 33 deletions trunk/drivers/video/sh_mobile_meram.h

This file was deleted.

0 comments on commit 1c0eda7

Please sign in to comment.