powerpc: Remove ppc64_boot_msg
[deliverable/linux.git] / arch / powerpc / include / asm / machdep.h
index f15f15c92544b3d9cd0585f04efb9791c8c35ac6..4a6511f942583844027115104512fa5f44869963 100644 (file)
@@ -342,16 +342,6 @@ extern sys_ctrler_t sys_ctrler;
 
 #endif /* CONFIG_PPC_PMAC */
 
-
-/* Functions to produce codes on the leds.
- * The SRC code should be unique for the message category and should
- * be limited to the lower 24 bits (the upper 8 are set by these funcs),
- * and (for boot & dump) should be sorted numerically in the order
- * the events occur.
- */
-/* Print a boot progress message. */
-void ppc64_boot_msg(unsigned int src, const char *msg);
-
 static inline void log_error(char *buf, unsigned int err_type, int fatal)
 {
        if (ppc_md.log_error)
This page took 0.025491 seconds and 5 git commands to generate.