summaryrefslogtreecommitdiff
path: root/drivers/staging/cxt1e1/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-04-08 21:47:46 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-29 19:41:52 (GMT)
commit766d100d4e412bf4cea59805375790db3d698331 (patch)
treee694ca1a50bd0ba9d9cbd9ad0de4d9b71f33f817 /drivers/staging/cxt1e1/Makefile
parent294a08e4b01a9834c5b41f49bac592006156f454 (diff)
downloadlinux-fsl-qoriq-766d100d4e412bf4cea59805375790db3d698331.tar.xz
cxt1e1: 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: Bob Beers <bob.beers@gmail.com> cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> cc: devel@driverdev.osuosl.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/staging/cxt1e1/Makefile')
-rw-r--r--drivers/staging/cxt1e1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/Makefile b/drivers/staging/cxt1e1/Makefile
index e99b823..b9ccb76 100644
--- a/drivers/staging/cxt1e1/Makefile
+++ b/drivers/staging/cxt1e1/Makefile
@@ -12,8 +12,9 @@ cxt1e1-y := \
linux.o \
functions.o \
hwprobe.o \
- sbeproc.o \
pmc93x6_eeprom.o \
sbecrc.o \
comet_tables.o \
sbeid.o
+
+cxt1e1-$(CONFIG_PROC_FS) += sbeproc.o