Skip to content

Commit

Permalink
cxt1e1: Don't use create_proc_read_entry()
Browse files Browse the repository at this point in the history
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 <[email protected]>
cc: Bob Beers <[email protected]>
cc: Greg Kroah-Hartman <[email protected]>
cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
dhowells authored and Al Viro committed Apr 29, 2013
1 parent 294a08e commit 766d100
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 302 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/cxt1e1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 766d100

Please sign in to comment.