fixups-sdk7786.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | fixups-sdk7786.c (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * SDK7786 FPGA PCIe mux handling 3 * 4 * Copyright (C) 2010 Paul Mundt | 2/* 3 * SDK7786 FPGA PCIe mux handling 4 * 5 * Copyright (C) 2010 Paul Mundt |
5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. | |
9 */ 10#define pr_fmt(fmt) "PCI: " fmt 11 12#include <linux/init.h> 13#include <linux/kernel.h> 14#include <linux/pci.h> 15#include <mach/fpga.h> 16 --- 51 unchanged lines hidden --- | 6 */ 7#define pr_fmt(fmt) "PCI: " fmt 8 9#include <linux/init.h> 10#include <linux/kernel.h> 11#include <linux/pci.h> 12#include <mach/fpga.h> 13 --- 51 unchanged lines hidden --- |