Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cc38a1b authored by Al Viro's avatar Al Viro
Browse files

[PATCH] remove remaining namei_{32,64}.h crap



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3f8206d4
Loading
Loading
Loading
Loading

include/asm-sparc/namei_32.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/*
 * linux/include/asm-sparc/namei.h
 *
 * Routines to handle famous /usr/gnemul/s*.
 * Included from linux/fs/namei.c
 */

#ifndef __SPARC_NAMEI_H
#define __SPARC_NAMEI_H

#define __emul_prefix() NULL

#endif /* __SPARC_NAMEI_H */

include/asm-sparc/namei_64.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/*
 * linux/include/asm-sparc64/namei.h
 *
 * Routines to handle famous /usr/gnemul/s*.
 * Included from linux/fs/namei.c
 */

#ifndef __SPARC64_NAMEI_H
#define __SPARC64_NAMEI_H

#define __emul_prefix() NULL

#endif /* __SPARC64_NAMEI_H */