Commit 8fce10a3 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Mackerras
Browse files

[PATCH] powerpc: cell namespace cleanup



These symbols are only used in the file that they are defined in,
so they should not be in the global namespace.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b0da9856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ static void cbe_idle(void)
	}
}

int cbe_system_reset_exception(struct pt_regs *regs)
static int cbe_system_reset_exception(struct pt_regs *regs)
{
	switch (regs->msr & SRR1_WAKEMASK) {
	case SRR1_WAKEEE:
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
#define DBG(fmt...)
#endif

void cell_show_cpuinfo(struct seq_file *m)
static void cell_show_cpuinfo(struct seq_file *m)
{
	struct device_node *root;
	const char *model = "";
+3 −1
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@
 * value of the spu_status register after the SPU has stopped.
 *
 */
long do_spu_run(struct file *filp, __u32 __user *unpc, __u32 __user *ustatus)
static long do_spu_run(struct file *filp,
			__u32 __user *unpc,
			__u32 __user *ustatus)
{
	long ret;
	struct spufs_inode_info *i;