summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/psb_fb.h
diff options
context:
space:
mode:
authorAlan Cox2011-07-05 16:34:53 +0200
committerGreg Kroah-Hartman2011-07-05 17:20:37 +0200
commitde64ac92c47577a2d8c945d62ebd43c2ca296e01 (patch)
tree702a8da5c69354a0baf3d4a57bb1879b65447fd7 /drivers/staging/gma500/psb_fb.h
parentgma500: trim some of the debug (diff)
downloadkernel-qcow2-linux-de64ac92c47577a2d8c945d62ebd43c2ca296e01.tar.gz
kernel-qcow2-linux-de64ac92c47577a2d8c945d62ebd43c2ca296e01.tar.xz
kernel-qcow2-linux-de64ac92c47577a2d8c945d62ebd43c2ca296e01.zip
gma500: polish for completion of this phase
Give the driver its own proper DRM name, clean up copyright headers and so forth Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/psb_fb.h')
-rw-r--r--drivers/staging/gma500/psb_fb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/gma500/psb_fb.h b/drivers/staging/gma500/psb_fb.h
index fd7e51a61053..ed6e856d3e1b 100644
--- a/drivers/staging/gma500/psb_fb.h
+++ b/drivers/staging/gma500/psb_fb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Intel Corporation
+ * Copyright (c) 2008-2011, Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -41,7 +41,6 @@ struct psb_fbdev {
struct psb_framebuffer pfb;
};
-
#define to_psb_fb(x) container_of(x, struct psb_framebuffer, base)
extern int psb_intel_connector_clones(struct drm_device *dev, int type_mask);