diff options
| author | 2009-03-25 09:13:24 -0700 | |
|---|---|---|
| committer | 2009-03-25 09:13:24 -0700 | |
| commit | 54aee6a5f560d0e1bf3f39987c6ebe06daeb0ce1 (patch) | |
| tree | b1cab9a10387f12305f5e92ce5e91eabdfc78367 /include/linux/dmaengine.h | |
| parent | dmaengine: initialize tx_list in dma_async_tx_descriptor_init (diff) | |
| download | wireguard-linux-54aee6a5f560d0e1bf3f39987c6ebe06daeb0ce1.tar.xz wireguard-linux-54aee6a5f560d0e1bf3f39987c6ebe06daeb0ce1.zip | |
dmaengine: kill some unused headers
The dmaengine redux left some unneeded headers in
include/linux/dmaengine.h, clean them up.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/linux/dmaengine.h')
| -rw-r--r-- | include/linux/dmaengine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 1956c8d46d32..96e676e5bf9b 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -23,9 +23,6 @@ #include <linux/device.h> #include <linux/uio.h> -#include <linux/kref.h> -#include <linux/completion.h> -#include <linux/rcupdate.h> #include <linux/dma-mapping.h> /** |
