aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/fb-puv3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/fb-puv3.c')
-rw-r--r--drivers/video/fbdev/fb-puv3.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/fbdev/fb-puv3.c b/drivers/video/fbdev/fb-puv3.c
index 1bddcc20b2c0..fa62c4dff7d1 100644
--- a/drivers/video/fbdev/fb-puv3.c
+++ b/drivers/video/fbdev/fb-puv3.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Frame Buffer Driver for PKUnity-v3 Unigfx 3 * Frame Buffer Driver for PKUnity-v3 Unigfx
3 * Code specific to PKUnity SoC and UniCore ISA 4 * Code specific to PKUnity SoC and UniCore ISA
4 * 5 *
5 * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> 6 * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
6 * Copyright (C) 2001-2010 Guan Xuetao 7 * Copyright (C) 2001-2010 Guan Xuetao
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */ 8 */
12 9
13#include <linux/module.h> 10#include <linux/module.h>