Skip to content

Commit

Permalink
gma500: kill off NUM_PIPE define
Browse files Browse the repository at this point in the history
We don't want this external in case someone adds more to the hardware. We
want it out of the ABI.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alan Cox authored and Dave Airlie committed Dec 6, 2011
1 parent 770179d commit 04bd564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/gma500/psb_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
#ifndef _PSB_DRM_H_
#define _PSB_DRM_H_

#define PSB_NUM_PIPE 3


/*
* Manage the LUT for an output
*/
Expand Down
2 changes: 2 additions & 0 deletions drivers/gpu/drm/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ struct psb_intel_opregion {

struct psb_ops;

#define PSB_NUM_PIPE 3

struct drm_psb_private {
struct drm_device *dev;
const struct psb_ops *ops;
Expand Down

0 comments on commit 04bd564

Please sign in to comment.