Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
fbd3bdb2
Commit
fbd3bdb2
authored
Sep 06, 2008
by
Russell King
Committed by
Russell King
Sep 06, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Convert asm/bitops.h to linux/bitops.h
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
8029db12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
arch/arm/mach-ns9xxx/gpio.c
arch/arm/mach-ns9xxx/gpio.c
+1
-1
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock.c
+1
-1
arch/arm/mach-omap2/clock24xx.c
arch/arm/mach-omap2/clock24xx.c
+1
-1
arch/arm/mach-omap2/clock34xx.c
arch/arm/mach-omap2/clock34xx.c
+1
-1
No files found.
arch/arm/mach-ns9xxx/gpio.c
View file @
fbd3bdb2
...
...
@@ -12,13 +12,13 @@
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/bitops.h>
#include <mach/gpio.h>
#include <mach/processor.h>
#include <mach/processor-ns9360.h>
#include <asm/bug.h>
#include <asm/types.h>
#include <asm/bitops.h>
#include "gpio-ns9360.h"
...
...
arch/arm/mach-omap2/clock.c
View file @
fbd3bdb2
...
...
@@ -22,7 +22,7 @@
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <
asm
/bitops.h>
#include <
linux
/bitops.h>
#include <mach/clock.h>
#include <mach/sram.h>
...
...
arch/arm/mach-omap2/clock24xx.c
View file @
fbd3bdb2
...
...
@@ -26,11 +26,11 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/cpufreq.h>
#include <linux/bitops.h>
#include <mach/clock.h>
#include <mach/sram.h>
#include <asm/div64.h>
#include <asm/bitops.h>
#include "memory.h"
#include "clock.h"
...
...
arch/arm/mach-omap2/clock34xx.c
View file @
fbd3bdb2
...
...
@@ -25,11 +25,11 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/limits.h>
#include <linux/bitops.h>
#include <mach/clock.h>
#include <mach/sram.h>
#include <asm/div64.h>
#include <asm/bitops.h>
#include "memory.h"
#include "clock.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment