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