aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/lv1call.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/lv1call.h')
-rw-r--r--arch/powerpc/include/asm/lv1call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/lv1call.h b/arch/powerpc/include/asm/lv1call.h
index 81713acf7529..f77c708c67a0 100644
--- a/arch/powerpc/include/asm/lv1call.h
+++ b/arch/powerpc/include/asm/lv1call.h
@@ -25,6 +25,7 @@
25#if !defined(__ASSEMBLY__) 25#if !defined(__ASSEMBLY__)
26 26
27#include <linux/types.h> 27#include <linux/types.h>
28#include <linux/export.h>
28 29
29/* lv1 call declaration macros */ 30/* lv1 call declaration macros */
30 31
@@ -315,7 +316,7 @@ LV1_CALL(gpu_context_free, 1, 0, 218 )
315LV1_CALL(gpu_context_iomap, 5, 0, 221 ) 316LV1_CALL(gpu_context_iomap, 5, 0, 221 )
316LV1_CALL(gpu_context_attribute, 6, 0, 225 ) 317LV1_CALL(gpu_context_attribute, 6, 0, 225 )
317LV1_CALL(gpu_context_intr, 1, 1, 227 ) 318LV1_CALL(gpu_context_intr, 1, 1, 227 )
318LV1_CALL(gpu_attribute, 5, 0, 228 ) 319LV1_CALL(gpu_attribute, 3, 0, 228 )
319LV1_CALL(get_rtc, 0, 2, 232 ) 320LV1_CALL(get_rtc, 0, 2, 232 )
320LV1_CALL(set_ppe_periodic_tracer_frequency, 1, 0, 240 ) 321LV1_CALL(set_ppe_periodic_tracer_frequency, 1, 0, 240 )
321LV1_CALL(start_ppe_periodic_tracer, 5, 0, 241 ) 322LV1_CALL(start_ppe_periodic_tracer, 5, 0, 241 )