[Skiboot] [PATCH v12 15/23] hw/phb3: Remove useless comments

Gavin Shan gwshan at linux.vnet.ibm.com
Fri Jun 10 15:03:44 AEST 2016


This removes the useless comments as the I2C based power managment
is covered by this series of patches and the left items in the FIXUP
aren't needed any more.

Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
Reviewed-by: Russell Currey <ruscur at russell.cc>
---
 hw/phb3.c      | 14 --------------
 include/phb3.h |  2 --
 2 files changed, 16 deletions(-)

diff --git a/hw/phb3.c b/hw/phb3.c
index c9906c7..0c69122 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -13,20 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * PHB3 support
- *
- */
-
-/*
- *
- * FIXME:
- *   More stuff for EEH support:
- *      - PBCQ error reporting interrupt
- *	- I2C-based power management (replacing SHPC)
- *	- Directly detect fenced PHB through one dedicated HW reg
- */
-
 #include <skiboot.h>
 #include <io.h>
 #include <timebase.h>
diff --git a/include/phb3.h b/include/phb3.h
index bdc7291..9a045c0 100644
--- a/include/phb3.h
+++ b/include/phb3.h
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-/*
-*/
 #ifndef __PHB3_H
 #define __PHB3_H
 
-- 
2.1.0



More information about the Skiboot mailing list