aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-16 00:37:42 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-19 23:37:08 +0200
commitb25c77efa71178f8281401e492e5c63cf7c34900 (patch)
treed06c5e6d10d84fcfb5880fa62d8dda98fdb3a8a9 /tools/perf/scripts/python/export-to-postgresql.py
parentACPI / PM: acpi_processor_suspend() can be static (diff)
downloadlinux-b25c77efa71178f8281401e492e5c63cf7c34900.tar.gz
linux-b25c77efa71178f8281401e492e5c63cf7c34900.zip
ACPI / PM: Rename function acpi_device_power_state() and make it static
There is a name clash between function acpi_device_power_state() defined in drivers/acpi/device_pm.c and structure type acpi_device_power_state defined in include/acpi/acpi_bus.h, which may be resolved by renaming the function. Additionally, that funtion may be made static, because it is not used anywhere outside of the file it is defined in. Rename acpi_device_power_state() to acpi_dev_pm_get_state(), which better reflects its purpose, and make it static. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
x/commit/Documentation/kbuild/kbuild.txt?id=bd0f98eba6840d99b791b36a01b83fc62d55235f&follow=1'>kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txtMasahiro Yamada1-4/+0 2018-03-26kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txtMasahiro Yamada1-6/+0 2018-03-26kbuild: simplify ld-option implementationMasahiro Yamada1-3/+1 2018-03-26kbuild: process mixture of clean/build targets one by oneMasahiro Yamada1-1/+10 2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin12-41/+41 2018-03-26kbuild: remove incremental linking optionNicholas Piggin4-88/+51 2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney5-9/+11