Re: [PATCH 1/16] CRIS architecture: Correct compile errors

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: <mikael.starvik@...>, <linux-kernel@...>
Date: Wednesday, October 31, 2007 - 6:55 am

On Wed, Oct 31, 2007 at 11:47:38AM +0100, Jesper Nilsson wrote:

Remove include of asm/bitops.h, not needed here, corrects compilation error
(__le64 undeclared).

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>

---
 posix_types.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/asm-cris/posix_types.h b/include/asm-cris/posix_types.h
index 92000d0..3a5e4c4 100644
--- a/include/asm-cris/posix_types.h
+++ b/include/asm-cris/posix_types.h
@@ -52,7 +52,6 @@ typedef struct {
 } __kernel_fsid_t;
 
 #ifdef __KERNEL__
-#include <linux/bitops.h>
 
 #undef	__FD_SET
 #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp))



/^JN - Jesper Nilsson
--
               Jesper Nilsson -- jesper.nilsson@axis.com
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/16] CRIS architecture: Correct compile errors, Jesper Nilsson, (Tue Oct 30, 5:28 am)
Re: [PATCH 1/16] CRIS architecture: Correct compile errors, Jesper Nilsson, (Wed Oct 31, 6:47 am)
Re: [PATCH 1/16] CRIS architecture: Correct compile errors, Jesper Nilsson, (Wed Oct 31, 6:55 am)