mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove unnecessary trailing newlines
git-svn-id: svn://coreboot.org/openbios/openbios-devel@285 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -45,5 +45,3 @@ source "kernel/Kconfig"
|
||||
source "forth/Kconfig"
|
||||
source "modules/Kconfig"
|
||||
source "drivers/Kconfig"
|
||||
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ int elf_load(struct sys_info *info, const char *filename, const char *cmdline);
|
||||
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
||||
|
||||
unsigned int start_elf(unsigned long entry_point, unsigned long param);
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
|
||||
sizeof(forth_dictionary));
|
||||
}
|
||||
|
||||
|
||||
@@ -296,5 +296,3 @@ idtarg:
|
||||
_idt:
|
||||
.fill 20, 8, 0 # idt is unitiailzed
|
||||
_idt_end:
|
||||
|
||||
|
||||
|
||||
@@ -75,4 +75,3 @@ finish-device
|
||||
" keyboard" input
|
||||
; CONSOLE-IN-initializer
|
||||
|
||||
|
||||
|
||||
@@ -54,5 +54,3 @@ void free(void *ptr)
|
||||
{
|
||||
/* Nothing yet */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,3 @@ unsigned long file_size(void)
|
||||
|
||||
return fsize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,3 @@ int file_open(const char *filename);
|
||||
int lfile_read(void *buf, unsigned long len);
|
||||
int file_seek(unsigned long offset);
|
||||
unsigned long file_size(void);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_start=(unsigned long *)FIXED_DICTSTART;
|
||||
info->dict_end=(unsigned long *)FIXED_DICTEND;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
void relocate(struct sys_info *);
|
||||
|
||||
|
||||
@@ -21,6 +21,3 @@ typedef struct osi_fb_info {
|
||||
|
||||
#include "../../../modules/video.c"
|
||||
#include "../../../modules/console.c"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user