init.c (57f20f4ed6fb702339be2ef4dea9d15e6a7d0d07) | init.c (88f3b62ac131e2549b6c262cacbd47e8cca42d6e) |
---|---|
1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 48 unchanged lines hidden (view full) --- 57#include <linux/init.h> 58#include <linux/module.h> 59#include <linux/firmware.h> 60#include <linux/efi.h> 61#include <asm/string.h> 62#include "isci.h" 63#include "task.h" 64#include "sci_controller_constants.h" | 1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 48 unchanged lines hidden (view full) --- 57#include <linux/init.h> 58#include <linux/module.h> 59#include <linux/firmware.h> 60#include <linux/efi.h> 61#include <asm/string.h> 62#include "isci.h" 63#include "task.h" 64#include "sci_controller_constants.h" |
65#include "scic_remote_device.h" | |
66#include "sci_environment.h" 67#include "probe_roms.h" 68 69static struct scsi_transport_template *isci_transport_template; 70 71static DEFINE_PCI_DEVICE_TABLE(isci_id_table) = { 72 { PCI_VDEVICE(INTEL, 0x1D61),}, 73 { PCI_VDEVICE(INTEL, 0x1D63),}, --- 529 unchanged lines hidden --- | 65#include "sci_environment.h" 66#include "probe_roms.h" 67 68static struct scsi_transport_template *isci_transport_template; 69 70static DEFINE_PCI_DEVICE_TABLE(isci_id_table) = { 71 { PCI_VDEVICE(INTEL, 0x1D61),}, 72 { PCI_VDEVICE(INTEL, 0x1D63),}, --- 529 unchanged lines hidden --- |