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

(-)a/include/linux/acpi.h (-1 / +5 lines)
Lines 528-533 int acpi_arch_timer_mem_init(struct arch_timer_mem *timer_mem, int *timer_count) Link Here
528
528
529
struct fwnode_handle;
529
struct fwnode_handle;
530
530
531
static inline bool acpi_dev_found(const char *hid)
532
{
533
	return false;
534
}
535
531
static inline bool is_acpi_node(struct fwnode_handle *fwnode)
536
static inline bool is_acpi_node(struct fwnode_handle *fwnode)
532
{
537
{
533
	return false;
538
	return false;
534
- 

Return to bug 1043231