projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1883c9f
)
hexagon: remove unused flush_write_buffers definition
author
Christoph Hellwig
<hch@lst.de>
Wed, 20 Dec 2017 10:11:13 +0000
(11:11 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 9 Jan 2018 15:28:35 +0000
(16:28 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/hexagon/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/hexagon/include/asm/io.h
b/arch/hexagon/include/asm/io.h
index
66f5e9a
..
9e8621d
100644
(file)
--- a/
arch/hexagon/include/asm/io.h
+++ b/
arch/hexagon/include/asm/io.h
@@
-330,8
+330,6
@@
static inline void outsl(unsigned long port, const void *buffer, int count)
}
}
-#define flush_write_buffers() do { } while (0)
-
#endif /* __KERNEL__ */
#endif