]> git.baikalelectronics.ru Git - kernel.git/commit
platform/olpc: Make ec explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 15 Aug 2016 22:25:17 +0000 (18:25 -0400)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 29 Aug 2016 05:31:52 +0000 (22:31 -0700)
commit9f87ef1c2fe34aa27df27b3e3de91cfd8edcb082
treef4dc88adb3197c3daaa93cfaff417c805ffc2834
parentf987612db0506b2cba4d9cae824062f861e0f3f2
platform/olpc: Make ec explicitly non-modular

The Kconfig entry controlling compilation of this code is:

arch/x86/Kconfig:config OLPC
arch/x86/Kconfig:       bool "One Laptop Per Child support"

...meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modular infrastructure use, so that
when reading the driver there is no doubt it is builtin-only.

We delete the MODULE_LICENSE tag etc. since all that information
was (or is now) contained at the top of the file in the comments.

Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/olpc/olpc-ec.c