.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Technologic Systems TS-5500 Single Board Computer support |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013-2014 Savoir-faire Linux Inc. |
---|
5 | 6 | * 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 | | - * |
---|
12 | 7 | * |
---|
13 | 8 | * This driver registers the Technologic Systems TS-5500 Single Board Computer |
---|
14 | 9 | * (SBC) and its devices, and exposes information to userspace such as jumpers' |
---|
.. | .. |
---|
24 | 19 | #include <linux/kernel.h> |
---|
25 | 20 | #include <linux/leds.h> |
---|
26 | 21 | #include <linux/init.h> |
---|
27 | | -#include <linux/platform_data/gpio-ts5500.h> |
---|
28 | 22 | #include <linux/platform_data/max197.h> |
---|
29 | 23 | #include <linux/platform_device.h> |
---|
30 | 24 | #include <linux/slab.h> |
---|