blob: 4473e4ed9bbf3de2bf1f48b58ebf5449e5a41ee4 [file] [log] [blame]
#ifndef __BACKPORT_LINUX_PHY_H
#define __BACKPORT_LINUX_PHY_H
#include_next <linux/phy.h>
#include <linux/version.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0))
#define phy_connect(dev, bus_id, handler, interface) \
phy_connect(dev, bus_id, handler, 0, interface)
#endif
#endif /* __BACKPORT_LINUX_PHY_H */