Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273020
b: refs/heads/master
c: 549e78d
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 9305134 commit 04a95a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0acdbbeb6dd435f5f3f1648fc3a2ab5fd07b5545
refs/heads/master: 549e78db9438374cb6a58201cc5f2194b222688f
12 changes: 0 additions & 12 deletions trunk/arch/um/include/shared/initrd.h

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/arch/um/kernel/initrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#include "linux/bootmem.h"
#include "linux/initrd.h"
#include "asm/types.h"
#include "initrd.h"
#include "init.h"
#include "os.h"

/* Changed by uml_initrd_setup, which is a setup */
static char *initrd __initdata = NULL;
static int load_initrd(char *filename, void *buf, int size);

static int __init read_initrd(void)
{
Expand Down Expand Up @@ -62,7 +62,7 @@ __uml_setup("initrd=", uml_initrd_setup,
" name of the file containing the image.\n\n"
);

int load_initrd(char *filename, void *buf, int size)
static int load_initrd(char *filename, void *buf, int size)
{
int fd, n;

Expand Down

0 comments on commit 04a95a0

Please sign in to comment.