commit | f934c745079ea3a15e8619350faf681dad42cc91 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Fri Sep 11 17:49:22 2015 +0300 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Sep 15 03:03:15 2015 +0200 |
tree | d4ac61f4503d9a643fa0cef6ceeee400feccdfae | |
parent | c33cab60bc0e05ddf1ef1b2cba8d16dd010f600a [diff] |
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>