View | Details | Raw Unified | Return to bug 1043231
Collapse All | Expand All

(-)a/include/linux/acpi.h (-1 / +8 lines)
Lines 638-643 static inline bool acpi_driver_match_device(struct device *dev, Link Here
638
	return false;
638
	return false;
639
}
639
}
640
640
641
static inline union acpi_object *acpi_evaluate_dsm(acpi_handle handle,
642
						   const u8 *uuid,
643
						   int rev, int func,
644
						   union acpi_object *argv4)
645
{
646
	return NULL;
647
}
648
641
static inline int acpi_device_uevent_modalias(struct device *dev,
649
static inline int acpi_device_uevent_modalias(struct device *dev,
642
				struct kobj_uevent_env *env)
650
				struct kobj_uevent_env *env)
643
{
651
{
644
- 

Return to bug 1043231