From 426040ebb080b22af9e7d3d71af03062ec05a9ec Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 23 Apr 2008 19:51:38 +1000 Subject: [PATCH] --- yaml --- r: 93447 b: refs/heads/master c: 2fd53e02be9a73cc49d69e0ff8860daa7b5bf8ab h: refs/heads/master i: 93445: 44f06277e269302c2f79534963ecdd308cc67993 93443: 34fb04ddbc52febb19350ef3f19a8e42e181f830 93439: 794c84f44dcfdd5c8f765b842ca2c3f5d2af08c2 v: v3 --- [refs] | 2 +- trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8a4ccc851015..bf4d23f9beee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 138decf83f6a973951ce7faf39094d964de7853a +refs/heads/master: 2fd53e02be9a73cc49d69e0ff8860daa7b5bf8ab diff --git a/trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c b/trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c index 016f90567a52..dfe6907ae15b 100644 --- a/trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c +++ b/trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c @@ -803,7 +803,7 @@ static int __devexit hwicap_of_remove(struct of_device *op) } /* Match table for of_platform binding */ -static const struct of_device_id __devinit hwicap_of_match[] = { +static const struct of_device_id __devinitconst hwicap_of_match[] = { { .compatible = "xlnx,opb-hwicap-1.00.b", .data = &buffer_icap_config}, { .compatible = "xlnx,xps-hwicap-1.00.a", .data = &fifo_icap_config}, {},