]> git.baikalelectronics.ru Git - kernel.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)
commit57105eeaab49784f772955c0567934d44ac7fc78
treee41538cb82546450a898a998ebb7709c433db4c9
parent33c49bbaf7d2e0d636ec1433b7e51281e04a16b5
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