ACPI: bus: Rename functions to avoid name collision
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jul 2021 17:24:50 +0000 (19:24 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Jul 2021 17:17:04 +0000 (19:17 +0200)
commit5e557cbac8058bfc79b8a27d319930c5e5d77974
treecd71b88d9faad911719f36cce73260cc3be3039a
parent7d625e5b143d07f26c437ede6b18730c2fc4d1b5
ACPI: bus: Rename functions to avoid name collision

There is a name collision between acpi_device_notify() defined in
bus.c and another static function defined in glue.c.

Since the latter is going to be exported from that file, rename the
former to acpi_notify_device() and rename acpi_device_notify_fixed()
to follow the same naming pattern.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/acpi/bus.c