Inter-revision diff: patch 3
--- v12
+++ v11
@@ -397,7 +397,7 @@
+obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o
diff --git a/drivers/ptp/ptp_ixp46x.c b/drivers/ptp/ptp_ixp46x.c
new file mode 100644
-index 0000000..e78545f
+index 0000000..e28b416
--- /dev/null
+++ b/drivers/ptp/ptp_ixp46x.c
@@ -0,0 +1,332 @@
@@ -695,7 +695,7 @@
+ if (!cpu_is_ixp46x())
+ return -ENODEV;
+
-+ ixp_clock.regs =
++ ixp_clock.regs =
+ (struct ixp46x_ts_regs __iomem *) IXP4XX_TIMESYNC_BASE_VIRT;
+
+ ixp_clock.caps = ptp_ixp_caps;