powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()
It looks like xmon_expect() was used for doing xmon over a modem (!?),
that code was dropped in 2005 in commit 51d3082 "Unify udbg (#2)".
Once xmon_expect() is gone xmon_read_poll() is unused, drop it too.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
	
	
This commit is contained in:
		
					parent
					
						
							
								6432200aa8
							
						
					
				
			
			
				commit
				
					
						eb1c2abb61
					
				
			
		
					 3 changed files with 0 additions and 36 deletions
				
			
		|  | @ -9,7 +9,5 @@ extern void xmon_puts(const char *); | |||
| extern char *xmon_gets(char *, int); | ||||
| extern void xmon_printf(const char *, ...); | ||||
| extern void xmon_map_scc(void); | ||||
| extern int xmon_expect(const char *str, unsigned long timeout); | ||||
| extern int xmon_write(const void *ptr, int nb); | ||||
| extern int xmon_readchar(void); | ||||
| extern int xmon_read_poll(void); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Michael Ellerman
				Michael Ellerman