err.h (becbbc7b2a1be44d38779c80ce94fb20e5e13f12) err.h (7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d)
1#ifndef _LINUX_ERR_H
2#define _LINUX_ERR_H
3
4/* XXX U-BOOT XXX */
5#if 0
6#include <linux/compiler.h>
7#else
1#ifndef _LINUX_ERR_H
2#define _LINUX_ERR_H
3
4/* XXX U-BOOT XXX */
5#if 0
6#include <linux/compiler.h>
7#else
8#include <linux/mtd/compat.h>
8#include <linux/compat.h>
9#endif
10
11#include <asm/errno.h>
12
13
14/*
15 * Kernel pointers have redundant information, so we can use a
16 * scheme where we can return either an error code or a dentry

--- 29 unchanged lines hidden ---
9#endif
10
11#include <asm/errno.h>
12
13
14/*
15 * Kernel pointers have redundant information, so we can use a
16 * scheme where we can return either an error code or a dentry

--- 29 unchanged lines hidden ---