mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
[POWERPC] 83xx: Removed dead header
mpc832x_mds.h was exporting a function that didn't exist anymore. Once removed the header had no purpose. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
de74f70360
commit
1a4d9399a9
@ -41,7 +41,6 @@
|
|||||||
#include <asm/qe_ic.h>
|
#include <asm/qe_ic.h>
|
||||||
|
|
||||||
#include "mpc83xx.h"
|
#include "mpc83xx.h"
|
||||||
#include "mpc832x_mds.h"
|
|
||||||
|
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved.
|
|
||||||
*
|
|
||||||
* Description:
|
|
||||||
* MPC832x MDS board specific header.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your
|
|
||||||
* option) any later version.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __MACH_MPC832x_MDS_H__
|
|
||||||
#define __MACH_MPC832x_MDS_H__
|
|
||||||
|
|
||||||
extern u8 *get_bcsr(void);
|
|
||||||
|
|
||||||
#endif /* __MACH_MPC832x_MDS_H__ */
|
|
Loading…
Reference in New Issue
Block a user