region.c (c1144d29f405ce1f4e6ede6482beb3d0d09750c6) region.c (5b497af42fab12cadc0e29bcb7052cf9963603f5)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
2/*
3 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 */
13#include <linux/cpumask.h>
14#include <linux/module.h>
15#include <linux/device.h>
16#include <linux/nd.h>
17#include "nd-core.h"
18#include "nd.h"
19

--- 149 unchanged lines hidden ---
4 */
5#include <linux/cpumask.h>
6#include <linux/module.h>
7#include <linux/device.h>
8#include <linux/nd.h>
9#include "nd-core.h"
10#include "nd.h"
11

--- 149 unchanged lines hidden ---