diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-09-25 06:48:55 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-01-06 23:57:46 -0500 |
commit | d18d5f59797009d86a0ee46feb2a56d53707455a (patch) | |
tree | 3336d0056c0989069fadc5678f3f5ff35b3507e5 /include/linux/dmaengine.h | |
parent | deef12443785add808af39ff7f836b54bc5c4253 (diff) |
dmaengine: fix build failure due to missing semi-colon
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 8cd0e2556d04..c88f302d91c9 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -992,7 +992,7 @@ static inline struct dma_chan *__dma_request_channel(dma_cap_mask_t *mask, | |||
992 | static inline struct dma_chan *dma_request_slave_channel(struct device *dev, | 992 | static inline struct dma_chan *dma_request_slave_channel(struct device *dev, |
993 | char *name) | 993 | char *name) |
994 | { | 994 | { |
995 | return NULL | 995 | return NULL; |
996 | } | 996 | } |
997 | static inline void dma_release_channel(struct dma_chan *chan) | 997 | static inline void dma_release_channel(struct dma_chan *chan) |
998 | { | 998 | { |