Commit 7656570e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] remove two leftover <asm/linux_logo.h> files

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fce79446
/*
* linux/include/asm-arm/linux_logo.h
*
* Copyright (C) 1998 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Linux console driver logo definitions for ARM
*/
#include <linux/init.h>
#include <linux/version.h>
#define linux_logo_banner "ARM Linux version " UTS_RELEASE
#include <linux/linux_logo.h>
/*
* include/asm-h8300/linux_logo.h: This is a linux logo
* to be displayed on boot.
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/version.h>
#define linux_logo_banner "Linux/m68knommu version " UTS_RELEASE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment