From: Arnd Bergmann Date: Mon, 3 Jun 2013 21:57:37 +0000 (+0200) Subject: crypto: sahara - fix building as module X-Git-Tag: v3.10-rc6~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68be0b1ae355c6deb11326df6758f80154f44cf0;p=pandora-kernel.git crypto: sahara - fix building as module The sahara crypto driver has an incorrect MODULE_DEVICE_TABLE, which prevents us from actually building this driver as a loadable module. sahara_dt_ids is a of_device_id array, so we have to use MODULE_DEVICE_TABLE(of, ...). Signed-off-by: Arnd Bergmann Cc: Javier Martin Cc: Herbert Xu Signed-off-by: Herbert Xu --- Reading git-diff-tree failed