]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
platform/x86: acerhdf: mark appropriate content with __init prefix
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 21 Sep 2018 01:44:20 +0000 (21:44 -0400)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 27 Sep 2018 09:18:02 +0000 (12:18 +0300)
commit1d0c3fd01afbd52cc365460d46176b6b4131960d
tree41787bc7ca6111f119d1020da125f004689e8126
parent684238d79ad85c5e19a71bb5818e77e329912fbc
platform/x86: acerhdf: mark appropriate content with __init prefix

These three functions are only called from the probe code which is
already marked __init and hence these can be __init as well.

Cc: Peter Feuerer <peter@piie.net>
Cc: Darren Hart <dvhart@infradead.org>
Cc: Andy Shevchenko <andy@infradead.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Peter Feuerer <peter@piie.net>
drivers/platform/x86/acerhdf.c