@@ -83,10 +83,7 @@ long sn_coherency_id;
83
83
long sn_region_size ;
84
84
EXPORT_SYMBOL_GPL (sn_region_size );
85
85
long system_serial_number ;
86
- EXPORT_SYMBOL_GPL (system_serial_number );
87
86
int uv_type ;
88
- EXPORT_SYMBOL_GPL (uv_type );
89
-
90
87
91
88
s64 uv_bios_get_sn_info (int fc , int * uvtype , long * partid , long * coher ,
92
89
long * region , long * ssn )
@@ -113,7 +110,6 @@ s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher,
113
110
* ssn = v1 ;
114
111
return ret ;
115
112
}
116
- EXPORT_SYMBOL_GPL (uv_bios_get_sn_info );
117
113
118
114
int
119
115
uv_bios_mq_watchlist_alloc (unsigned long addr , unsigned int mq_size ,
@@ -164,7 +160,6 @@ s64 uv_bios_freq_base(u64 clock_type, u64 *ticks_per_second)
164
160
return uv_bios_call (UV_BIOS_FREQ_BASE , clock_type ,
165
161
(u64 )ticks_per_second , 0 , 0 , 0 );
166
162
}
167
- EXPORT_SYMBOL_GPL (uv_bios_freq_base );
168
163
169
164
/*
170
165
* uv_bios_set_legacy_vga_target - Set Legacy VGA I/O Target
@@ -183,7 +178,6 @@ int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus)
183
178
return uv_bios_call (UV_BIOS_SET_LEGACY_VGA_TARGET ,
184
179
(u64 )decode , (u64 )domain , (u64 )bus , 0 , 0 );
185
180
}
186
- EXPORT_SYMBOL_GPL (uv_bios_set_legacy_vga_target );
187
181
188
182
int uv_bios_init (void )
189
183
{
0 commit comments