[S390] Export uaccess as non-gpl symbol.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 4 May 2007 16:47:48 +0000 (18:47 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 4 May 2007 16:48:25 +0000 (18:48 +0200)
commitd4ee453bcfcc0ce76de8522e099868dc440cba23
treed682171e529bc348eb9416b7c159ead1760d96b6
parentf67d1369665b2ce88227c40d9c9a6c8ba16bb866
[S390] Export uaccess as non-gpl symbol.

Commit c1821c2e9711adc3cd298a16b7237c92a2cee78d introduced the
uaccess structure that is used to select the correct set of user
copy functions for the different execution modes (standard vs.
noexec vs. z9 optimized user copy). The uaccess symbol is exported
with EXPORT_SYMBOL_GPL. This breaks all non-gpl modules that use
user copy. To make them work again change the export to
EXPORT_SYMBOL.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/setup.c