提交 2b890bc2 编写于 作者: S Sascha Hauer 提交者: Paul Mackerras

[PATCH] Remove dead code in iommu.h

iommu_setup_pSeries() and iommu_setup_dart() are declared extern but
are not implemented, so remove them.  Remove ifdef around extern
function declaration.
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 bfaadcad
......@@ -52,17 +52,9 @@ struct iommu_table {
struct scatterlist;
struct device_node;
#ifdef CONFIG_PPC_MULTIPLATFORM
/* Walks all buses and creates iommu tables */
extern void iommu_setup_pSeries(void);
extern void iommu_setup_dart(void);
/* Frees table for an individual device node */
extern void iommu_free_table(struct device_node *dn);
#endif /* CONFIG_PPC_MULTIPLATFORM */
/* Initializes an iommu_table based in values set in the passed-in
* structure
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册