summaryrefslogtreecommitdiff
path: root/arch/h8300/Kconfig
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-02-15 12:53:41 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-15 10:16:10 -0800
commit291131cba157d411d80bf86a105885c3dc48a817 (patch)
tree53a82595a5f0fb441470daf7b25bef4aba2e14b4 /arch/h8300/Kconfig
parent67a88e6390e52e42b72342a88fab458ada00ba28 (diff)
zcache: Fix compile warnings due to usage of debugfs_create_size_t
When we compile we get tons of: include/linux/debugfs.h:80:16: note: expected ‘size_t *’ but argument is of type ‘long int *’ drivers/staging/zcache/zcache-main.c:279:2: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type [enabled by d efault] which is b/c we end up using 'unsigned' or 'unsigned long' instead of 'ssize_t'. So lets fix this up and use the proper type. [v2: Rebased directly on staging] Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/h8300/Kconfig')
0 files changed, 0 insertions, 0 deletions