From: Andrew Morton Date: Fri, 13 Feb 2015 22:39:11 +0000 (-0800) Subject: MODULE_DEVICE_TABLE: fix some callsites X-Git-Tag: fixes-v4.0-rc1~107^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f989f749b51ec1fd94bb5a42f8ad10c8b9f73cb;p=pandora-kernel.git MODULE_DEVICE_TABLE: fix some callsites The patch "module: fix types of device tables aliases" newly requires that invocations of MODULE_DEVICE_TABLE(type, name); come *after* the definition of `name'. That is reasonable, but some drivers weren't doing this. Fix them. Cc: James Bottomley Cc: Andrey Ryabinin Cc: David Miller Cc: Hans Verkuil Acked-by: Mauro Carvalho Chehab Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed