| To: | <linux-mips@linux-mips.org>, <ralf@linux-mips.org>, <kevink@paralogos.com>, <macro@linux-mips.org>, <john@phrozen.org> |
|---|---|
| Subject: | [PATCH v3 3/5] MIPS: APRP (APSP): remove kspd.h |
| From: | Deng-Cheng Zhu <dczhu@mips.com> |
| Date: | Tue, 4 Dec 2012 15:54:30 -0800 |
| Cc: | <dczhu@mips.com> |
| In-reply-to: | <1354665272-22759-1-git-send-email-dczhu@mips.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1354665272-22759-1-git-send-email-dczhu@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Now that KSPD is gone, kspd.h has no reason to be there.
Signed-off-by: Deng-Cheng Zhu <dczhu@mips.com>
---
arch/mips/include/asm/kspd.h | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
delete mode 100644 arch/mips/include/asm/kspd.h
diff --git a/arch/mips/include/asm/kspd.h b/arch/mips/include/asm/kspd.h
deleted file mode 100644
index ec68329..0000000
--- a/arch/mips/include/asm/kspd.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
- *
- * This program is free software; you can distribute it and/or modify it
- * under the terms of the GNU General Public License (Version 2) as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
- *
- */
-
-#ifndef _ASM_KSPD_H
-#define _ASM_KSPD_H
-
-struct kspd_notifications {
- void (*kspd_sp_exit)(int sp_id);
-
- struct list_head list;
-};
-
-static inline void kspd_notify(struct kspd_notifications *notify)
-{
-}
-
-#endif
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v3 2/5] MIPS: APRP (APSP): split vpe-loader and rtlx into cmp/mt flavors, Deng-Cheng Zhu |
|---|---|
| Next by Date: | [PATCH v3 5/5] MIPS: APRP (APSP): malta board support, Deng-Cheng Zhu |
| Previous by Thread: | [PATCH v3 2/5] MIPS: APRP (APSP): split vpe-loader and rtlx into cmp/mt flavors, Deng-Cheng Zhu |
| Next by Thread: | [PATCH v3 5/5] MIPS: APRP (APSP): malta board support, Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |