From: Olof Johansson Date: Wed, 24 Sep 2014 18:42:38 +0000 (-0700) Subject: drivers/soc: ti: fix build break with modules X-Git-Tag: fixes-for-v3.18-merge-window~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2fc3f3c6d397d434174147eca3db1ec778195ce;p=pandora-kernel.git drivers/soc: ti: fix build break with modules Fixes below build break by not switching to stubs when the driver is a module: drivers/soc/ti/knav_dma.c:418:7: error: redefinition of 'knav_dma_open_channel' void *knav_dma_open_channel(struct device *dev, const char *name, ^ In file included from drivers/soc/ti/knav_dma.c:26:0: include/linux/soc/ti/knav_dma.h:165:21: note: previous definition of 'knav_dma_open_channel' was here static inline void *knav_dma_open_channel(struct device *dev, const char *name, ^ Cc: Santosh Shilimkar Signed-off-by: Olof Johansson --- Reading git-diff-tree failed