psd: fix revision mismatch

This commit is contained in:
Mohd Nawawi Mohamad Jamili
2009-08-13 17:36:42 +08:00
committed by Jan Engelhardt
parent 8e5219636a
commit 380b1b6997

View File

@@ -306,7 +306,7 @@ out_match:
static struct xt_match xt_psd_reg __read_mostly = { static struct xt_match xt_psd_reg __read_mostly = {
.name = "psd", .name = "psd",
.family = AF_INET, .family = AF_INET,
.revision = 9, .revision = 1,
.match = xt_psd_match, .match = xt_psd_match,
.matchsize = sizeof(struct xt_psd_info), .matchsize = sizeof(struct xt_psd_info),
.me = THIS_MODULE .me = THIS_MODULE