* [PATCH 1/1] cris: posix_types.h, include asm-generic/posix_types.h
@ 2012-04-02 11:40 Jiri Slaby
2012-04-03 11:29 ` Jesper Nilsson
0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2012-04-02 11:40 UTC (permalink / raw)
To: starvik; +Cc: linux-kernel, jirislaby, Jesper Nilsson, linux-cris-kernel
Without that I cannot build anything:
In file included from include/linux/page-flags.h:8:0,
from kernel/bounds.c:9:
include/linux/types.h:25:1: error: unknown type name '__kernel_ino_t'
include/linux/types.h:29:1: error: unknown type name '__kernel_off_t'
...
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.com
---
arch/cris/include/asm/posix_types.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/cris/include/asm/posix_types.h b/arch/cris/include/asm/posix_types.h
index 72b3cd6..234891c 100644
--- a/arch/cris/include/asm/posix_types.h
+++ b/arch/cris/include/asm/posix_types.h
@@ -33,4 +33,6 @@ typedef int __kernel_ptrdiff_t;
typedef unsigned short __kernel_old_dev_t;
#define __kernel_old_dev_t __kernel_old_dev_t
+#include <asm-generic/posix_types.h>
+
#endif /* __ARCH_CRIS_POSIX_TYPES_H */
--
1.7.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] cris: posix_types.h, include asm-generic/posix_types.h
2012-04-02 11:40 [PATCH 1/1] cris: posix_types.h, include asm-generic/posix_types.h Jiri Slaby
@ 2012-04-03 11:29 ` Jesper Nilsson
0 siblings, 0 replies; 2+ messages in thread
From: Jesper Nilsson @ 2012-04-03 11:29 UTC (permalink / raw)
To: Jiri Slaby
Cc: Mikael Starvik, linux-kernel@vger.kernel.org, jirislaby@gmail.com,
linux-cris-kernel
On Mon, Apr 02, 2012 at 01:40:17PM +0200, Jiri Slaby wrote:
> Without that I cannot build anything:
> In file included from include/linux/page-flags.h:8:0,
> from kernel/bounds.c:9:
> include/linux/types.h:25:1: error: unknown type name '__kernel_ino_t'
> include/linux/types.h:29:1: error: unknown type name '__kernel_off_t'
> ...
>
> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
> Cc: Mikael Starvik <starvik@axis.com>
> Cc: Jesper Nilsson <jesper.nilsson@axis.com>
> Cc: linux-cris-kernel@axis.com
Excellent, thanks, I'll take this into my newly resurrected
(due to disk failure) cris tree.
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-03 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 11:40 [PATCH 1/1] cris: posix_types.h, include asm-generic/posix_types.h Jiri Slaby
2012-04-03 11:29 ` Jesper Nilsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.