mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 03:08:15 +02:00
another 2.4 fix
This commit is contained in:
parent
df6c37fc88
commit
8350382cb1
2 changed files with 4 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ struct class_simple;
|
|||
struct device;
|
||||
|
||||
#define pci_dev_put(x) do {} while (0)
|
||||
#define pci_get_subsys pci_find_subsys
|
||||
|
||||
#define class_simple_device_add(...) do {} while (0)
|
||||
|
||||
static inline void class_simple_device_remove(dev_t dev){};
|
||||
|
|
|
|||
|
|
@ -247,6 +247,8 @@ struct class_simple;
|
|||
struct device;
|
||||
|
||||
#define pci_dev_put(x) do {} while (0)
|
||||
#define pci_get_subsys pci_find_subsys
|
||||
|
||||
#define class_simple_device_add(...) do {} while (0)
|
||||
|
||||
static inline void class_simple_device_remove(dev_t dev){};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue