Commit 04bd564f authored by Alan Cox's avatar Alan Cox Committed by Dave Airlie

gma500: kill off NUM_PIPE define

We don't want this external in case someone adds more to the hardware. We
want it out of the ABI.
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 770179d5
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
#ifndef _PSB_DRM_H_ #ifndef _PSB_DRM_H_
#define _PSB_DRM_H_ #define _PSB_DRM_H_
#define PSB_NUM_PIPE 3
/* /*
* Manage the LUT for an output * Manage the LUT for an output
*/ */
......
...@@ -258,6 +258,8 @@ struct psb_intel_opregion { ...@@ -258,6 +258,8 @@ struct psb_intel_opregion {
struct psb_ops; struct psb_ops;
#define PSB_NUM_PIPE 3
struct drm_psb_private { struct drm_psb_private {
struct drm_device *dev; struct drm_device *dev;
const struct psb_ops *ops; const struct psb_ops *ops;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment