Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274554
b: refs/heads/master
c: 3f934e0
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent d8f8723 commit 92a70c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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: 8e336a722bb234f9d7805647e0290f2a397ca04d
refs/heads/master: 3f934e00a4d610b00159873ea9000dc3b08e3c06
1 change: 1 addition & 0 deletions trunk/drivers/staging/gma500/mdfld_dsi_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <asm/intel_scu_ipc.h>
#include "mdfld_dsi_pkg_sender.h"
#include <linux/pm_runtime.h>
#include <linux/moduleparam.h>

#define MDFLD_DSI_BRIGHTNESS_MAX_LEVEL 100

Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/gma500/mdfld_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/

#include <linux/init.h>
#include <linux/moduleparam.h>
#include "mdfld_dsi_dbi.h"
#include "mdfld_dsi_dpi.h"
#include "mdfld_dsi_output.h"
Expand Down Expand Up @@ -167,4 +168,4 @@ void mdfld_output_setup(struct drm_device *dev)
else
mdfld_dbi_dsr_init(dev);
}
}
}
1 change: 1 addition & 0 deletions trunk/drivers/staging/gma500/mid_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* - Check ioremap failures
*/

#include <linux/moduleparam.h>
#include <drm/drmP.h>
#include <drm/drm.h>
#include "psb_drm.h"
Expand Down

0 comments on commit 92a70c4

Please sign in to comment.