| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 3 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 4 | | - * published by the Free Software Foundation. |
|---|
| 5 | 3 | * |
|---|
| 6 | 4 | * h3600 atmel micro companion support, key subdevice |
|---|
| 7 | 5 | * based on previous kernel 2.4 version |
|---|
| 8 | 6 | * Author : Alessandro Gardich <gremlin@gremlin.it> |
|---|
| 9 | 7 | * Author : Linus Walleij <linus.walleij@linaro.org> |
|---|
| 10 | | - * |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | #include <linux/module.h> |
|---|
| 13 | 10 | #include <linux/init.h> |
|---|