Browse Source

Merge branch 'acpi-fixes'

* acpi-fixes:
  ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device()
Rafael J. Wysocki 12 năm trước cách đây
mục cha
commit
8a21c0e745
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/acpi/scan.c

+ 1 - 1
drivers/acpi/scan.c

@@ -968,7 +968,7 @@ int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device)
 	}
 	return 0;
 }
-EXPORT_SYMBOL_GPL(acpi_bus_get_device);
+EXPORT_SYMBOL(acpi_bus_get_device);
 
 int acpi_device_add(struct acpi_device *device,
 		    void (*release)(struct device *))