forked from Minki/linux
staging: zcache: module is GPL
This avoids tainting the kernel as if a proprietary module was loaded. The kernel will still be tainted because this is a staging driver. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bf0c0259c7
commit
fd6b68bbac
@ -53,6 +53,9 @@
|
||||
|
||||
#define MAX_CLIENTS 16
|
||||
#define LOCAL_CLIENT ((uint16_t)-1)
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
struct zcache_client {
|
||||
struct tmem_pool *tmem_pools[MAX_POOLS_PER_CLIENT];
|
||||
struct xv_pool *xvpool;
|
||||
|
Loading…
Reference in New Issue
Block a user