vmd.c (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) vmd.c (142a41da39d1467b7ff7dad64fc421249d06565d)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Volume Management Device driver
4 * Copyright (c) 2015, Intel Corporation.
5 */
6
7#include <linux/device.h>
8#include <linux/interrupt.h>

--- 1114 unchanged lines hidden (view full) ---

1123 .shutdown = vmd_shutdown,
1124 .driver = {
1125 .pm = &vmd_dev_pm_ops,
1126 },
1127};
1128module_pci_driver(vmd_drv);
1129
1130MODULE_AUTHOR("Intel Corporation");
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Volume Management Device driver
4 * Copyright (c) 2015, Intel Corporation.
5 */
6
7#include <linux/device.h>
8#include <linux/interrupt.h>

--- 1114 unchanged lines hidden (view full) ---

1123 .shutdown = vmd_shutdown,
1124 .driver = {
1125 .pm = &vmd_dev_pm_ops,
1126 },
1127};
1128module_pci_driver(vmd_drv);
1129
1130MODULE_AUTHOR("Intel Corporation");
1131MODULE_DESCRIPTION("Volume Management Device driver");
1131MODULE_LICENSE("GPL v2");
1132MODULE_VERSION("0.6");
1132MODULE_LICENSE("GPL v2");
1133MODULE_VERSION("0.6");