powerpc: Make a bunch of things static
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
5144b6bfe2
commit
e51df2c170
@@ -276,8 +276,10 @@ static ssize_t pSeries_nvram_get_size(void)
|
||||
* sequence #: The unique sequence # for each event. (until it wraps)
|
||||
* error log: The error log from event_scan
|
||||
*/
|
||||
int nvram_write_os_partition(struct nvram_os_partition *part, char * buff,
|
||||
int length, unsigned int err_type, unsigned int error_log_cnt)
|
||||
static int nvram_write_os_partition(struct nvram_os_partition *part,
|
||||
char *buff, int length,
|
||||
unsigned int err_type,
|
||||
unsigned int error_log_cnt)
|
||||
{
|
||||
int rc;
|
||||
loff_t tmp_index;
|
||||
@@ -330,9 +332,9 @@ int nvram_write_error_log(char * buff, int length,
|
||||
*
|
||||
* Reads nvram partition for at most 'length'
|
||||
*/
|
||||
int nvram_read_partition(struct nvram_os_partition *part, char *buff,
|
||||
int length, unsigned int *err_type,
|
||||
unsigned int *error_log_cnt)
|
||||
static int nvram_read_partition(struct nvram_os_partition *part, char *buff,
|
||||
int length, unsigned int *err_type,
|
||||
unsigned int *error_log_cnt)
|
||||
{
|
||||
int rc;
|
||||
loff_t tmp_index;
|
||||
|
Reference in New Issue
Block a user