Skip to content

Commit

Permalink
gma500: fixup build versus latest header changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Nov 16, 2011
1 parent 6a227d5 commit af3a2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/gma500/intel_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Authors:
* Eric Anholt <eric@anholt.net>
*/

#include <linux/export.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>

Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Li Peng <peng.li@intel.com>
*/

#include <linux/export.h>
#include <linux/mutex.h>
#include <linux/pci.h>
#include <linux/i2c.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/spinlock.h>
#include <linux/pm_runtime.h>
#include <acpi/video.h>
#include <linux/module.h>

static int drm_psb_trap_pagefaults;

Expand Down

0 comments on commit af3a2cf

Please sign in to comment.