diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-09-24 23:14:45 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-24 23:14:45 -0400 |
commit | 4e0c1159d83a658d1ffba5bc3442f4ec4cadb436 (patch) | |
tree | 36a5079ba7ba9b9e0f2f633356705b980940eac4 /drivers/char/drm | |
parent | ea98a92ff18c03bf7f4d21536986cbbcb4c10cd9 (diff) | |
parent | ef6bd6eb90ad72ee8ee7ba8b271f27102e9a90c1 (diff) |
update from upstream
Diffstat (limited to 'drivers/char/drm')
-rw-r--r-- | drivers/char/drm/drmP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index c164c76e33f3..cf58a526a030 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -1083,5 +1083,9 @@ extern void *drm_calloc(size_t nmemb, size_t size, int area); | |||
1083 | extern unsigned long drm_core_get_map_ofs(drm_map_t *map); | 1083 | extern unsigned long drm_core_get_map_ofs(drm_map_t *map); |
1084 | extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev); | 1084 | extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev); |
1085 | 1085 | ||
1086 | #ifndef pci_pretty_name | ||
1087 | #define pci_pretty_name(dev) "" | ||
1088 | #endif | ||
1089 | |||
1086 | #endif /* __KERNEL__ */ | 1090 | #endif /* __KERNEL__ */ |
1087 | #endif | 1091 | #endif |