[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1330649715-32438-2-git-send-email-richard@nod.at>
Date: Fri, 2 Mar 2012 01:55:12 +0100
From: Richard Weinberger <richard@....at>
To: jonas@...thpole.se
Cc: linux@...ts.openrisc.net, linux-kernel@...r.kernel.org,
Richard Weinberger <richard@....at>
Subject: [PATCH 2/5] OpenRISC: Use generic bitops.h
There is no need to reinvent the wheel.
Signed-off-by: Richard Weinberger <richard@....at>
---
arch/openrisc/include/asm/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild
index 11162e6..a283165 100644
--- a/arch/openrisc/include/asm/Kbuild
+++ b/arch/openrisc/include/asm/Kbuild
@@ -4,6 +4,7 @@ header-y += spr_defs.h
generic-y += atomic.h
generic-y += auxvec.h
+generic-y += bitops.h
generic-y += bitsperlong.h
generic-y += bug.h
generic-y += bugs.h
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists