diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-10 20:42:20 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-10-04 14:11:07 +0200 |
commit | 3676d24a8e515be6f22d75957674905fa84d41a0 (patch) | |
tree | cddb41a5454071bb94b37b1c4ed93e79069b72b3 /arch/microblaze | |
parent | a0d271cbfed1dd50278c6b06bead3d00ba0a88f9 (diff) | |
download | blackbird-obmc-linux-3676d24a8e515be6f22d75957674905fa84d41a0.tar.gz blackbird-obmc-linux-3676d24a8e515be6f22d75957674905fa84d41a0.zip |
microblaze: clinkage.h
Nothing includes <asm/clinkage.h>. It has actually never been included
since it was added to the tree in commit
9981cd94d526a300dbef58048b1d281386b7289c ("microblaze_v8: clinkage.h
linkage.h sections.h kmap_types.h"). That's not surprising, since
including it is indistinguishable from including <linux/linkage.h>. It
can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/clinkage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/clinkage.h b/arch/microblaze/include/asm/clinkage.h deleted file mode 100644 index 9e218435a55c..000000000000 --- a/arch/microblaze/include/asm/clinkage.h +++ /dev/null @@ -1 +0,0 @@ -#include <linux/linkage.h> |