]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/mfd/rtsx_usb.c: export device table
authorJeff Mahoney <jeffm@suse.com>
Tue, 12 Aug 2014 20:46:09 +0000 (13:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Aug 2014 16:56:15 +0000 (10:56 -0600)
commit1813908986e36119228c158aae1c6a0267c99e77
treee41538cb82546450a898a998ebb7709c433db4c9
parent24d7cd207f8e0d6864a314d5f03b5434403ff940
drivers/mfd/rtsx_usb.c: export device table

The rtsx_usb driver contains the table for the devices it supports but
doesn't export it.  As a result, no alias is generated and it doesn't
get loaded automatically.

Via https://bugzilla.novell.com/show_bug.cgi?id=890096

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Reported-by: Marcel Witte <wittemar@googlemail.com>
Cc: Roger Tseng <rogerable@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mfd/rtsx_usb.c