]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/linkage.h
[PARISC] fix "ENTRY" macro redefinition
[linux-2.6-omap-h63xx.git] / include / asm-parisc / linkage.h
index 7a09d911b53895eb5976ab96fd62d53989018d11..cdb470921ace299823c52470f5aa38acb05d5563 100644 (file)
@@ -10,6 +10,8 @@
  * In parisc assembly a semicolon marks a comment while a
  * exclamation mark is used to seperate independend lines.
  */
+#ifdef __ASSEMBLY__
+
 #define ENTRY(name) \
        .export name !\
        ALIGN !\
@@ -24,5 +26,6 @@ name:
        END(name)
 #endif
 
+#endif /* __ASSEMBLY__ */
 
 #endif  /* __ASM_PARISC_LINKAGE_H */