hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/include/linux/mtd/physmap.h
....@@ -1,15 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * For boards with physically mapped flash and using
34 * drivers/mtd/maps/physmap.c mapping driver.
45 *
56 * Copyright (C) 2003 MontaVista Software Inc.
67 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
12
- *
138 */
149
1510 #ifndef __LINUX_MTD_PHYSMAP__