rtl838x: remove and add some empty lines

Do some minor empty lines cleanup, i.e. remove those at EOF and
add some for cosmetic reasons/consistency.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-09-15 12:28:43 +02:00
parent 0b82ebaccb
commit d5c4750a71
5 changed files with 4 additions and 1 deletions

View File

@ -171,4 +171,3 @@ void __init prom_init(void)
pr_info("SoC Type: %s\n", get_system_type());
prom_init_cmdline();
}

View File

@ -8,6 +8,7 @@
* Copyright (C) 2020 B. Koblitz
*
*/
#include <linux/types.h>
#include <linux/ctype.h>
#include <linux/kernel.h>

View File

@ -8,6 +8,7 @@
* Copyright (C) 2006-2012 Tony Wu (tonywu@realtek.com)
*
*/
#include <linux/console.h>
#include <linux/init.h>
#include <linux/clk.h>

View File

@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <linux/gpio/driver.h>
#include <linux/module.h>
#include <linux/platform_device.h>

View File

@ -10,4 +10,5 @@ endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))