Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

authored by

Alan Cox and committed by
Dave Airlie
04bd564f 770179d5

+2 -3
-3
drivers/gpu/drm/gma500/psb_drm.h
··· 22 22 #ifndef _PSB_DRM_H_ 23 23 #define _PSB_DRM_H_ 24 24 25 - #define PSB_NUM_PIPE 3 26 - 27 - 28 25 /* 29 26 * Manage the LUT for an output 30 27 */
+2
drivers/gpu/drm/gma500/psb_drv.h
··· 258 258 259 259 struct psb_ops; 260 260 261 + #define PSB_NUM_PIPE 3 262 + 261 263 struct drm_psb_private { 262 264 struct drm_device *dev; 263 265 const struct psb_ops *ops;