MIPS: Eleminate filenames from comments
They tend to get not updated when files are moved around or copied and lack any obvious use. While at it zap some only too obvious comments and as per Shinya's suggestion, add a copyright header to extable.c. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#
|
||||
# arch/mips/emma2rh/common/Makefile
|
||||
# Makefile for the common code of NEC EMMA2RH based board.
|
||||
#
|
||||
# Copyright (C) NEC Electronics Corporation 2005-2006
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* arch/mips/emma2rh/common/prom.c
|
||||
* This file is prom file.
|
||||
*
|
||||
* Copyright (C) NEC Electronics Corporation 2004-2006
|
||||
*
|
||||
* This file is based on the arch/mips/ddb5xxx/common/prom.c
|
||||
|
@@ -1,7 +1,4 @@
|
||||
#
|
||||
# arch/mips/emma2rh/markeins/Makefile
|
||||
# Makefile for the common code of NEC EMMA2RH based board.
|
||||
#
|
||||
# Copyright (C) NEC Electronics Corporation 2005-2006
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* arch/mips/emma2rh/markeins/irq.c
|
||||
* This file defines the irq handler for EMMA2RH.
|
||||
*
|
||||
* Copyright (C) NEC Electronics Corporation 2004-2006
|
||||
*
|
||||
* This file is based on the arch/mips/ddb5xxx/ddb5477/irq.c
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* arch/mips/emma2rh/markeins/led.c
|
||||
* This file defines the led display for Mark-eins.
|
||||
*
|
||||
* Copyright (C) NEC Electronics Corporation 2004-2006
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* arch/mips/emma2rh/markeins/platofrm.c
|
||||
* This file sets up platform devices for EMMA2RH Mark-eins.
|
||||
*
|
||||
* Copyright(C) MontaVista Software Inc, 2006
|
||||
*
|
||||
* Author: dmitry pervushin <dpervushin@ru.mvista.com>
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* arch/mips/emma2rh/markeins/setup.c
|
||||
* This file is setup for EMMA2RH Mark-eins.
|
||||
*
|
||||
* Copyright (C) NEC Electronics Corporation 2004-2006
|
||||
*
|
||||
* This file is based on the arch/mips/ddb5xxx/ddb5477/setup.c.
|
||||
|
Reference in New Issue
Block a user