ACPI: change acpi_sleep_proc_init() to return void
authorRami Rosen <ramirose@gmail.com>
Fri, 11 Sep 2015 14:49:22 +0000 (17:49 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Sep 2015 01:03:15 +0000 (03:03 +0200)
commitf934c745079ea3a15e8619350faf681dad42cc91
treed4ac61f4503d9a643fa0cef6ceeee400feccdfae
parentc33cab60bc0e05ddf1ef1b2cba8d16dd010f600a
ACPI: change acpi_sleep_proc_init() to return void

This patch changes the type of the return value of the acpi_sleep_proc_init()
method to be void, as this method never fails and its return value is never
used.

Signed-off-by: Rami Rosen <ramirose@gmail.com>\
[ rjw : Fixed up the static inline stub ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/internal.h
drivers/acpi/proc.c
This page took 0.026505 seconds and 5 git commands to generate.