diff options
Diffstat (limited to 'drivers/dma/ioat/dma.h')
| -rw-r--r-- | drivers/dma/ioat/dma.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h index 11fb877ddca9..e982f00a9843 100644 --- a/drivers/dma/ioat/dma.h +++ b/drivers/dma/ioat/dma.h @@ -356,6 +356,7 @@ bool ioat_cleanup_preamble(struct ioat_chan_common *chan,  void ioat_kobject_add(struct ioatdma_device *device, struct kobj_type *type);  void ioat_kobject_del(struct ioatdma_device *device);  int ioat_dma_setup_interrupts(struct ioatdma_device *device); +void ioat_stop(struct ioat_chan_common *chan);  extern const struct sysfs_ops ioat_sysfs_ops;  extern struct ioat_sysfs_entry ioat_version_attr;  extern struct ioat_sysfs_entry ioat_cap_attr;  |