]> Pileus Git - ~andy/linux/commit
INPUT: sgi_btns: Add license specification
authorDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Fri, 24 Oct 2008 22:46:57 +0000 (01:46 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Oct 2008 16:18:28 +0000 (16:18 +0000)
commit4c2bdcdc62e7a07bd0786fd2048e4ac97ae74e6e
tree7df27e767cc3427db41dba55d3a6f41c086bc43b
parent2f123e503dccde75550a0384982d5070d41b8a52
INPUT: sgi_btns: Add license specification

The SGI Volume Button interface driver uses GPL-only symbols
platform_driver_unregister and platform_driver_register, but
lacks license specification. Thus, when compiled as a module,
this driver cannot be installed. This patch fixes this by
adding the MODULE_LICENSE() specification.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/input/misc/sgi_btns.c