Commit 72de3708 authored by Alex Williamson's avatar Alex Williamson Committed by David Mosberger

[PATCH] ia64: lost sx1000 naming in sba_iommu

Mainly cosmetic, but Bjorn noticed I got a little over zealous in
cleaning out the sx1000 specific init routines in sba_iommu.  This adds
back in the ID->name mapping so it doesn't show up as "Unknown".
parent 99e3432b
......@@ -1678,6 +1678,7 @@ struct ioc_iommu {
static struct ioc_iommu ioc_iommu_info[] __initdata = {
{ ZX1_IOC_ID, "zx1", ioc_zx1_init },
{ SX1000_IOC_ID, "sx1000", NULL },
};
static struct ioc * __init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment