|
@@ -1,11 +1,7 @@
|
|
|
-/*
|
|
|
- * Driver for the IMX keypad port.
|
|
|
- * Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com>
|
|
|
- *
|
|
|
- * This program is free software; you can redistribute it and/or modify
|
|
|
- * it under the terms of the GNU General Public License version 2 as
|
|
|
- * published by the Free Software Foundation.
|
|
|
- */
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
+//
|
|
|
+// Driver for the IMX keypad port.
|
|
|
+// Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com>
|
|
|
|
|
|
#include <linux/clk.h>
|
|
|
#include <linux/delay.h>
|