hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/platform/ts5500/ts5500.c
....@@ -1,14 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Technologic Systems TS-5500 Single Board Computer support
34 *
45 * Copyright (C) 2013-2014 Savoir-faire Linux Inc.
56 * Vivien Didelot <vivien.didelot@savoirfairelinux.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it under
8
- * the terms of the GNU General Public License as published by the Free Software
9
- * Foundation; either version 2 of the License, or (at your option) any later
10
- * version.
11
- *
127 *
138 * This driver registers the Technologic Systems TS-5500 Single Board Computer
149 * (SBC) and its devices, and exposes information to userspace such as jumpers'
....@@ -24,7 +19,6 @@
2419 #include <linux/kernel.h>
2520 #include <linux/leds.h>
2621 #include <linux/init.h>
27
-#include <linux/platform_data/gpio-ts5500.h>
2822 #include <linux/platform_data/max197.h>
2923 #include <linux/platform_device.h>
3024 #include <linux/slab.h>