Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296349
b: refs/heads/master
c: d1a3788
h: refs/heads/master
i:
  296347: 82f4ce8
v: v3
  • Loading branch information
Russell King committed Feb 21, 2012
1 parent e5e6285 commit 2410f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 086ada54abaa4316e8603f02410fe8ebc9ba2de1
refs/heads/master: d1a378876c2ab3ea119eea502e8d48e25ef253e4
8 changes: 0 additions & 8 deletions trunk/drivers/video/sa1100fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,13 @@

#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <mach/assabet.h>
#include <mach/shannon.h>

/*
* Complain if VAR is out of range.
*/
#define DEBUG_VAR 1

#undef ASSABET_PAL_VIDEO

#include "sa1100fb.h"

static const struct sa1100fb_rgb rgb_4 = {
Expand Down Expand Up @@ -1229,11 +1226,6 @@ static int __devinit sa1100fb_probe(struct platform_device *pdev)
goto failed;
}

#ifdef ASSABET_PAL_VIDEO
if (machine_is_assabet())
ASSABET_BCR_clear(ASSABET_BCR_LCD_ON);
#endif

/*
* This makes sure that our colour bitfield
* descriptors are correctly initialised.
Expand Down

0 comments on commit 2410f6f

Please sign in to comment.