diff for duplicates of <11181019441461@foobar.com> diff --git a/a/1.txt b/N1/1.txt index e45c010..9f96f94 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,10 +5,8 @@ Signed-off-by: Matt Porter <mporter@kernel.crashing.org> commit d45c2d2fedcafd50a860267ff1d517c3071ab585 tree f8ae6a1fbb746cd112ece56ec429a0f71a408afc parent 87ff3372a005e4cf927b1b62c23e1c2339d46507 -author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 = --0700 -committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:= -21 -0700 +author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 -0700 +committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 -0700 drivers/rio/rio-access.c | 26 +++++++++++++------------- drivers/rio/rio-driver.c | 10 +++++----- @@ -21,7 +19,7 @@ diff --git a/drivers/rio/rio-access.c b/drivers/rio/rio-access.c @@ -83,12 +83,12 @@ RIO_LOP_WRITE(8, u8, 1) RIO_LOP_WRITE(16, u16, 2) RIO_LOP_WRITE(32, u32, 4) -=20 + -EXPORT_SYMBOL(__rio_local_read_config_8); -EXPORT_SYMBOL(__rio_local_read_config_16); -EXPORT_SYMBOL(__rio_local_read_config_32); @@ -34,13 +32,13 @@ diff --git a/drivers/rio/rio-access.c b/drivers/rio/rio-access.c +EXPORT_SYMBOL_GPL(__rio_local_write_config_8); +EXPORT_SYMBOL_GPL(__rio_local_write_config_16); +EXPORT_SYMBOL_GPL(__rio_local_write_config_32); -=20 + /** * RIO_OP_READ - Generate rio_mport_read_config_* functions @@ -143,12 +143,12 @@ RIO_OP_WRITE(8, u8, 1) RIO_OP_WRITE(16, u16, 2) RIO_OP_WRITE(32, u32, 4) -=20 + -EXPORT_SYMBOL(rio_mport_read_config_8); -EXPORT_SYMBOL(rio_mport_read_config_16); -EXPORT_SYMBOL(rio_mport_read_config_32); @@ -53,22 +51,22 @@ diff --git a/drivers/rio/rio-access.c b/drivers/rio/rio-access.c +EXPORT_SYMBOL_GPL(rio_mport_write_config_8); +EXPORT_SYMBOL_GPL(rio_mport_write_config_16); +EXPORT_SYMBOL_GPL(rio_mport_write_config_32); -=20 + /** * rio_mport_send_doorbell - Send a doorbell message @@ -172,4 +172,4 @@ int rio_mport_send_doorbell(struct rio_m return res; } -=20 + -EXPORT_SYMBOL(rio_mport_send_doorbell); +EXPORT_SYMBOL_GPL(rio_mport_send_doorbell); diff --git a/drivers/rio/rio-driver.c b/drivers/rio/rio-driver.c --- a/drivers/rio/rio-driver.c +++ b/drivers/rio/rio-driver.c @@ -222,8 +222,8 @@ static int __init rio_bus_init(void) -=20 + postcore_initcall(rio_bus_init); -=20 + -EXPORT_SYMBOL(rio_register_driver); -EXPORT_SYMBOL(rio_unregister_driver); -EXPORT_SYMBOL(rio_bus_type); @@ -85,7 +83,7 @@ diff --git a/drivers/rio/rio.c b/drivers/rio/rio.c @@ -490,14 +490,14 @@ void rio_register_mport(struct rio_mport list_add_tail(&port->node, &rio_mports); } -=20 + -EXPORT_SYMBOL(rio_local_get_device_id); -EXPORT_SYMBOL(rio_get_device); -EXPORT_SYMBOL(rio_get_asm); diff --git a/a/content_digest b/N1/content_digest index 46758d7..6961a00 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -14,10 +14,8 @@ "commit d45c2d2fedcafd50a860267ff1d517c3071ab585\n" "tree f8ae6a1fbb746cd112ece56ec429a0f71a408afc\n" "parent 87ff3372a005e4cf927b1b62c23e1c2339d46507\n" - "author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 =\n" - "-0700\n" - "committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:=\n" - "21 -0700\n" + "author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 -0700\n" + "committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 09:29:21 -0700\n" "\n" " drivers/rio/rio-access.c | 26 +++++++++++++-------------\n" " drivers/rio/rio-driver.c | 10 +++++-----\n" @@ -30,7 +28,7 @@ "@@ -83,12 +83,12 @@ RIO_LOP_WRITE(8, u8, 1)\n" " RIO_LOP_WRITE(16, u16, 2)\n" " RIO_LOP_WRITE(32, u32, 4)\n" - "=20\n" + " \n" "-EXPORT_SYMBOL(__rio_local_read_config_8);\n" "-EXPORT_SYMBOL(__rio_local_read_config_16);\n" "-EXPORT_SYMBOL(__rio_local_read_config_32);\n" @@ -43,13 +41,13 @@ "+EXPORT_SYMBOL_GPL(__rio_local_write_config_8);\n" "+EXPORT_SYMBOL_GPL(__rio_local_write_config_16);\n" "+EXPORT_SYMBOL_GPL(__rio_local_write_config_32);\n" - "=20\n" + " \n" " /**\n" " * RIO_OP_READ - Generate rio_mport_read_config_* functions\n" "@@ -143,12 +143,12 @@ RIO_OP_WRITE(8, u8, 1)\n" " RIO_OP_WRITE(16, u16, 2)\n" " RIO_OP_WRITE(32, u32, 4)\n" - "=20\n" + " \n" "-EXPORT_SYMBOL(rio_mport_read_config_8);\n" "-EXPORT_SYMBOL(rio_mport_read_config_16);\n" "-EXPORT_SYMBOL(rio_mport_read_config_32);\n" @@ -62,22 +60,22 @@ "+EXPORT_SYMBOL_GPL(rio_mport_write_config_8);\n" "+EXPORT_SYMBOL_GPL(rio_mport_write_config_16);\n" "+EXPORT_SYMBOL_GPL(rio_mport_write_config_32);\n" - "=20\n" + " \n" " /**\n" " * rio_mport_send_doorbell - Send a doorbell message\n" "@@ -172,4 +172,4 @@ int rio_mport_send_doorbell(struct rio_m\n" " \treturn res;\n" " }\n" - "=20\n" + " \n" "-EXPORT_SYMBOL(rio_mport_send_doorbell);\n" "+EXPORT_SYMBOL_GPL(rio_mport_send_doorbell);\n" "diff --git a/drivers/rio/rio-driver.c b/drivers/rio/rio-driver.c\n" "--- a/drivers/rio/rio-driver.c\n" "+++ b/drivers/rio/rio-driver.c\n" "@@ -222,8 +222,8 @@ static int __init rio_bus_init(void)\n" - "=20\n" + " \n" " postcore_initcall(rio_bus_init);\n" - "=20\n" + " \n" "-EXPORT_SYMBOL(rio_register_driver);\n" "-EXPORT_SYMBOL(rio_unregister_driver);\n" "-EXPORT_SYMBOL(rio_bus_type);\n" @@ -94,7 +92,7 @@ "@@ -490,14 +490,14 @@ void rio_register_mport(struct rio_mport\n" " \tlist_add_tail(&port->node, &rio_mports);\n" " }\n" - "=20\n" + " \n" "-EXPORT_SYMBOL(rio_local_get_device_id);\n" "-EXPORT_SYMBOL(rio_get_device);\n" "-EXPORT_SYMBOL(rio_get_asm);\n" @@ -118,4 +116,4 @@ "+EXPORT_SYMBOL_GPL(rio_request_outb_mbox);\n" +EXPORT_SYMBOL_GPL(rio_release_outb_mbox); -55b8295f6869ef76a6068bb6de3f232de57e216c67e4f318ecc674a544e944e1 +a515a65a9ea046b73bbf19ca88bb23360ca2b49867513d6aaeffeaddcb2e9870
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.