Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / x86 / include / asm / lguest_hcall.h
index b60f292..879fd7d 100644 (file)
@@ -61,6 +61,7 @@ hcall(unsigned long call,
                     : "memory");
        return call;
 }
+/*:*/
 
 /* Can't use our min() macro here: needs to be a constant */
 #define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)