Commit 43e6af94 authored by Zheng Zengkai's avatar Zheng Zengkai
Browse files

Revert "kabi: reserve space for ptp_clock.h"

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I4KFY7?from=project-issue


CVE: NA

-------------------------------

Revert this patch to fix following compile error:

In file included from <command-line>:32:
./usr/include/linux/ptp_clock.h:135:2: error: expected specifier-qualifier-list before ‘KABI_RESERVE’
  KABI_RESERVE(1)
  ^~~~~~~~~~~~
make[2]: *** [usr/include/Makefile:108: usr/include/linux/ptp_clock.hdrtest] Error 1

This reverts commit af9f9bb9.

Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
Reviewed-by: default avatarWang ShaoBo <bobo.shaobowang@huawei.com>
Reviewed-by: default avatarCheng Jian <cj.chengjian@huawei.com>
parent e2b85dd0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -132,10 +132,6 @@ struct ptp_perout_request {
		/* Reserved for future use. */
		unsigned int rsv[4];
	};
	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
};

#define PTP_MAX_SAMPLES 25 /* Maximum allowed offset measurement samples. */