|
@@ -1,3 +1,11 @@
|
|
|
|
+/*
|
|
|
|
+ * Copyright (C) 2014-2016 Rafał Miłecki <rafal@milecki.pl>
|
|
|
|
+ *
|
|
|
|
+ * 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.
|
|
|
|
+ */
|
|
|
|
+
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
|
|
#include <linux/kernel.h>
|
|
#include <linux/kernel.h>
|
|
@@ -355,4 +363,4 @@ module_exit(bcm53xxspi_module_exit);
|
|
|
|
|
|
MODULE_DESCRIPTION("Broadcom BCM53xx SPI Controller driver");
|
|
MODULE_DESCRIPTION("Broadcom BCM53xx SPI Controller driver");
|
|
MODULE_AUTHOR("Rafał Miłecki <zajec5@gmail.com>");
|
|
MODULE_AUTHOR("Rafał Miłecki <zajec5@gmail.com>");
|
|
-MODULE_LICENSE("GPL");
|
|
|
|
|
|
+MODULE_LICENSE("GPL v2");
|