From 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:44:59 +0000
Subject: [PATCH] gmac get mac form eeprom
---
kernel/arch/s390/appldata/appldata_net_sum.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/kernel/arch/s390/appldata/appldata_net_sum.c b/kernel/arch/s390/appldata/appldata_net_sum.c
index 8bc14b0..59c282c 100644
--- a/kernel/arch/s390/appldata/appldata_net_sum.c
+++ b/kernel/arch/s390/appldata/appldata_net_sum.c
@@ -25,10 +25,6 @@
* This is accessed as binary data by z/VM. If changes to it can't be avoided,
* the structure version (product ID, see appldata_base.c) needs to be changed
* as well and all documentation and z/VM applications using it must be updated.
- *
- * The record layout is documented in the Linux for zSeries Device Drivers
- * book:
- * http://oss.software.ibm.com/developerworks/opensource/linux390/index.shtml
*/
struct appldata_net_sum_data {
u64 timestamp;
--
Gitblit v1.6.2