diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-11-08 13:10:42 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-03 19:31:46 -0400 |
| commit | 9834f81314b2a5b1bb3cd0d8f46e61528b60d580 (patch) | |
| tree | 6fb62c450a3a6587b312d2f0542b4fe25af7767d /include/linux | |
| parent | 0ef64986d69602ba8df933c62d0b6d6edfaf0557 (diff) | |
ARM: omap: move dma channel allocation into plat-omap code
This really needs to be there, because otherwise the plat-omap code can
kfree() this data structure, and then re-use the pointer later.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/omap-dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/omap-dma.h b/include/linux/omap-dma.h index 41328725721a..7813636a193d 100644 --- a/include/linux/omap-dma.h +++ b/include/linux/omap-dma.h | |||
| @@ -268,7 +268,6 @@ struct omap_dma_dev_attr { | |||
| 268 | u32 dev_caps; | 268 | u32 dev_caps; |
| 269 | u16 lch_count; | 269 | u16 lch_count; |
| 270 | u16 chan_count; | 270 | u16 chan_count; |
| 271 | struct omap_dma_lch *chan; | ||
| 272 | }; | 271 | }; |
| 273 | 272 | ||
| 274 | enum { | 273 | enum { |
