projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5cc01
)
dmaengine: idxd: remove iax_bus_type prototype
author
Dave Jiang
<dave.jiang@intel.com>
Thu, 15 Jul 2021 18:43:49 +0000
(11:43 -0700)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 21 Jul 2021 04:39:15 +0000
(10:09 +0530)
Remove unused iax_bus_type prototype declaration. Should have been removed
when iax_bus_type was removed.
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link:
https://lore.kernel.org/r/162637462909.744545.7106049898386277608.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/idxd.h
patch
|
blob
|
history
diff --git
a/drivers/dma/idxd/idxd.h
b/drivers/dma/idxd/idxd.h
index e96ddbfc4569c03e5faa11644d352a40e1db6857..4c3d3eb94450f7373ba37a131b4abc22c3a7d161 100644
(file)
--- a/
drivers/dma/idxd/idxd.h
+++ b/
drivers/dma/idxd/idxd.h
@@
-370,7
+370,6
@@
static inline void idxd_dev_set_type(struct idxd_dev *idev, int type)
}
extern struct bus_type dsa_bus_type;
-extern struct bus_type iax_bus_type;
extern bool support_enqcmd;
extern struct ida idxd_ida;