alistair23-linux/arch/um/include
Jeff Dike b10aeeef55 [PATCH] uml: mechanical tidying after random MACs change
Mechanical, hopefully non-functional changes stemming from
setup_etheraddr always succeeding now that it always assigns a MAC,
either from the command line or generated randomly:
   the test of the return of setup_etheraddr is removed, and code
dependent on it succeeding is now unconditional
   setup_etheraddr can now be made void
   struct uml_net.have_mac is now always 1, so tests of it can be
similarly removed, and uses of it can be replaced with 1
   struct uml_net.have_mac is no longer used, so it can be removed
   struct uml_net_private.have_mac is copied from struct uml_net, so
it is always 1
   tests of uml_net_private.have_mac can be removed
   uml_net_private.have_mac can now be removed
   the only call to dev_ip_addr was removed, so it can be deleted

It also turns out that setup_etheraddr is called only once, from the same
file, so it can be static and its declaration removed from net_kern.h.

Similarly, set_ether_mac is defined and called only from one file.

Finally, setup_etheraddr and set_ether_mac were moved to avoid needing forward
declarations.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:04 -07:00
..
skas [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
sysdep-i386 [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
sysdep-ia64
sysdep-ppc
sysdep-x86_64 [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
tt [PATCH] uml: fix static binary segfault 2006-07-10 13:24:23 -07:00
aio.h
chan_kern.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
chan_user.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
choose-mode.h
common-offsets.h
elf_user.h
frame_kern.h
init.h
initrd.h
irq_kern.h
irq_user.h [PATCH] uml: remove spinlock wrapper functions 2006-07-10 13:24:23 -07:00
kern.h [PATCH] uml: fix declaration of exit() 2006-03-27 08:44:37 -08:00
kern_util.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
line.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
longjmp.h [PATCH] uml: Use klibc setjmp/longjmp 2006-09-26 08:49:05 -07:00
mconsole.h
mconsole_kern.h
mem.h
mem_kern.h
mem_user.h [PATCH] UML: Hotplug memory, take 2 2006-03-31 12:18:50 -08:00
misc_constants.h [PATCH] uml: move libc-dependent irq code to os-Linux 2006-03-27 08:44:37 -08:00
mode.h
mode_kern.h
net_kern.h [PATCH] uml: mechanical tidying after random MACs change 2006-09-29 09:18:04 -07:00
net_user.h [PATCH] uml: mechanical tidying after random MACs change 2006-09-29 09:18:04 -07:00
os.h [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
process.h
ptrace_user.h
registers.h [PATCH] uml: stack usage reduction 2006-09-26 08:49:09 -07:00
sigcontext.h
sigio.h [PATCH] uml: move sigio_user.c to os-Linux/sigio.c 2006-03-27 08:44:38 -08:00
signal_kern.h
skas_ptrace.h
skas_ptregs.h
syscall.h
sysrq.h
task.h
tempfile.h
tlb.h
ubd_user.h
um_mmu.h
um_uaccess.h
umid.h
uml_uaccess.h
user.h [PATCH] uml: request format warnings to GCC for appropriate functions 2006-04-11 06:18:35 -07:00
user_util.h [PATCH] uml: request format warnings to GCC for appropriate functions 2006-04-11 06:18:35 -07:00