|
@@ -1596,7 +1596,7 @@ static void sba_unmap_sg_attrs(struct device *dev, struct scatterlist *sglist,
|
|
|
*
|
|
|
***************************************************************/
|
|
|
|
|
|
-static void __init
|
|
|
+static void
|
|
|
ioc_iova_init(struct ioc *ioc)
|
|
|
{
|
|
|
int tcnfg;
|
|
@@ -1807,7 +1807,7 @@ static struct ioc_iommu ioc_iommu_info[] __initdata = {
|
|
|
{ SX2000_IOC_ID, "sx2000", NULL },
|
|
|
};
|
|
|
|
|
|
-static struct ioc * __init
|
|
|
+static struct ioc *
|
|
|
ioc_init(unsigned long hpa, void *handle)
|
|
|
{
|
|
|
struct ioc *ioc;
|
|
@@ -2041,7 +2041,7 @@ sba_map_ioc_to_node(struct ioc *ioc, acpi_handle handle)
|
|
|
#define sba_map_ioc_to_node(ioc, handle)
|
|
|
#endif
|
|
|
|
|
|
-static int __init
|
|
|
+static int
|
|
|
acpi_sba_ioc_add(struct acpi_device *device,
|
|
|
const struct acpi_device_id *not_used)
|
|
|
{
|