diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 01:07:46 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 01:07:46 +0000 |
commit | 0dd1a5b0d292dc56d5805f1a8b1b8e7295436846 (patch) | |
tree | e66cab2ae2a304bc8836191960283d6978df9eac /sys/dev/pci | |
parent | 9ed40831848c93a1409924c896d445fd9ab11df2 (diff) |
Cleanup. These definitions should have died when I removed the lock_time
member from the lock structure.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 1af98936f7e..10aa28c9245 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -114,8 +114,6 @@ enum { /* DRM_SUSER returns true if the user is superuser */ #define DRM_SUSER(p) (suser(p, p->p_acflag) == 0) -extern int ticks; /* really should be in a header */ -#define jiffies ticks #define DRM_MTRR_WC MDF_WRITECOMBINE #define PAGE_ALIGN(addr) (((addr) + PAGE_SIZE - 1) & PAGE_MASK) |