PCMCIA: use proper call to driver_create_file
commit2344c6de6b6f2a4b07e4416aac9522d23e00d7bc
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 28 Nov 2007 20:23:18 +0000 (28 12:23 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:33 +0000 (24 20:40 -0800)
tree807a2a657560224e1bc681d5f8bbb69ac54951a7
parent15147ffd57576fc00a23ad8a020ff46493a4f924
PCMCIA: use proper call to driver_create_file

Don't try to call the "raw" sysfs_create_file when we already have a
helper function to do this kind of work for us.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pcmcia/ds.c