mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 22:26:23 +00:00
scst: Remove support for RHEL5/6
The SCST has dropped support for RHEL5/6 since v3.6.
This commit is contained in:
@@ -48,12 +48,6 @@
|
||||
#include <linux/version.h>
|
||||
#include <scst.h>
|
||||
#endif
|
||||
#if defined(RHEL_MAJOR) && RHEL_MAJOR -0 == 5
|
||||
#define vlan_dev_vlan_id(dev) (panic("RHEL 5 misses vlan_dev_vlan_id()"), 0)
|
||||
#endif
|
||||
#if defined(RHEL_MAJOR) && RHEL_MAJOR -0 <= 6
|
||||
#define __ethtool_get_settings(dev, cmd) (panic("RHEL misses __ethtool_get_settings()"), 0)
|
||||
#endif
|
||||
#include <linux/rtnetlink.h>
|
||||
#include <rdma/rdma_cm.h>
|
||||
#include "ib_dm_mad.h"
|
||||
|
||||
Reference in New Issue
Block a user