]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/linkage.h
[ARM] 4751/1: [AT91] ISI peripheral on SAM9263
[linux-2.6-omap-h63xx.git] / include / asm-parisc / linkage.h
index 7a09d911b53895eb5976ab96fd62d53989018d11..ad8cd0d069eabd1a69fd6b802028950067b2e05e 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 seperate 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 */