From: Linus Walleij Date: Fri, 5 Apr 2013 12:06:35 +0000 (+0200) Subject: crypto: ux500 - add missing comma X-Git-Tag: v3.9-rc7~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47cbd5bcee7c7a08fc0283dda465375fa1b1fda;p=pandora-kernel.git crypto: ux500 - add missing comma Commit 4f31f5b19eb0418a847b989abc9ac22af1991fe2 "PM / crypto / ux500: Use struct dev_pm_ops for power management" add a new line to the driver struct but missed to add a trailing comma, causing build errors when crypto is selected. This adds the missing comma. This was not noticed until now because the crypto block is not in the ux500 defconfig. A separate patch will be submitted to fix this. Cc: # 3.8.x Cc: Rafael J. Wysocki Cc: Magnus Myrstedt Signed-off-by: Linus Walleij Signed-off-by: Herbert Xu --- Reading git-diff-tree failed