Commit 3fe63283 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Include <asm/posix_types.h> in the v850's asm/stat.h

This is needed by some includers of <asm/stat.h>.
parent 1d467566
/*
* include/asm-v850/stat.h -- v850 stat structure
*
* Copyright (C) 2001,02,03 NEC Corporation
* Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
* archive for more details.
*
* Written by Miles Bader <miles@gnu.org>
*/
#ifndef __V850_STAT_H__
#define __V850_STAT_H__
#include <asm/posix_types.h>
struct stat {
__kernel_dev_t st_dev;
__kernel_ino_t st_ino;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment