Skip to content

Commit

Permalink
Don't include agp_backend.h in user-visible part of agpgart.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent a1ff0ea commit 72b9760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/agpgart.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#ifndef _AGP_H
#define _AGP_H 1

#include <linux/agp_backend.h>

#define AGPIOC_BASE 'A'
#define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, struct agp_info*)
#define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
Expand Down Expand Up @@ -112,6 +110,7 @@ typedef struct _agp_unbind {

#else /* __KERNEL__ */
#include <linux/mutex.h>
#include <linux/agp_backend.h>

#define AGPGART_MINOR 175

Expand Down

0 comments on commit 72b9760

Please sign in to comment.