OSDN Git Service

sh: Don't use create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Apr 2013 23:01:27 +0000 (00:01 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:57 +0000 (15:41 -0400)
commit64f0962c33d52524deb32d7c34ab8b2c271ee1a3
tree0667eca812a93ce63e65cbbb6df8883e07823bac
parentc7f079ca30bc719f6f09524fb2119980c4b45d8f
sh: Don't use create_proc_read_entry()

Don't use create_proc_read_entry() as that is deprecated, but rather use
proc_create_data() and seq_file instead.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Paul Mundt <lethal@linux-sh.org>
cc: linux-sh@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sh/drivers/dma/dma-api.c