hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpio/gpio-cs5535.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * AMD CS5535/CS5536 GPIO driver
34 * Copyright (C) 2006 Advanced Micro Devices, Inc.
45 * Copyright (C) 2007-2009 Andres Salomon <dilinger@collabora.co.uk>
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of version 2 of the GNU General Public License
8
- * as published by the Free Software Foundation.
96 */
107
118 #include <linux/kernel.h>
....@@ -44,7 +41,7 @@
4441
4542 /*
4643 * FIXME: convert this singleton driver to use the state container
47
- * design pattern, see Documentation/driver-model/design-patterns.txt
44
+ * design pattern, see Documentation/driver-api/driver-model/design-patterns.rst
4845 */
4946 static struct cs5535_gpio_chip {
5047 struct gpio_chip chip;