diff options
-rw-r--r-- | drivers/reset/hisilicon/hi6220_reset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c index 35ce53edabf9..d5e5229308f2 100644 --- a/drivers/reset/hisilicon/hi6220_reset.c +++ b/drivers/reset/hisilicon/hi6220_reset.c | |||
@@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void) | |||
155 | } | 155 | } |
156 | 156 | ||
157 | postcore_initcall(hi6220_reset_init); | 157 | postcore_initcall(hi6220_reset_init); |
158 | |||
159 | MODULE_LICENSE("GPL v2"); | ||