From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: [patch 4/9] cio: Remove remains of _ccw_device_get_device_number().
Date: Mon, 23 Jul 2007 10:45:52 +0200 [thread overview]
Message-ID: <20070723085652.753447559@de.ibm.com> (raw)
In-Reply-To: 20070723084548.394178614@de.ibm.com
[-- Attachment #1: 004-cio-devno.diff --]
[-- Type: text/plain, Size: 1123 bytes --]
From: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
---
drivers/s390/cio/device_ops.c | 7 -------
1 file changed, 7 deletions(-)
Index: quilt-2.6/drivers/s390/cio/device_ops.c
===================================================================
--- quilt-2.6.orig/drivers/s390/cio/device_ops.c
+++ quilt-2.6/drivers/s390/cio/device_ops.c
@@ -635,12 +635,6 @@ _ccw_device_get_subchannel_number(struct
return cdev->private->schid.sch_no;
}
-int
-_ccw_device_get_device_number(struct ccw_device *cdev)
-{
- return cdev->private->dev_id.devno;
-}
-
MODULE_LICENSE("GPL");
EXPORT_SYMBOL(ccw_device_set_options_mask);
@@ -658,6 +652,5 @@ EXPORT_SYMBOL(ccw_device_get_path_mask);
EXPORT_SYMBOL(read_conf_data);
EXPORT_SYMBOL(read_dev_chars);
EXPORT_SYMBOL(_ccw_device_get_subchannel_number);
-EXPORT_SYMBOL(_ccw_device_get_device_number);
EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc);
EXPORT_SYMBOL_GPL(read_conf_data_lpm);
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
next prev parent reply other threads:[~2007-07-23 8:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-23 8:45 [patch 0/9] s390 update for 2.6.23-rc1 Martin Schwidefsky
2007-07-23 8:45 ` [patch 1/9] Convert to smp_call_function_single Martin Schwidefsky
2007-07-23 8:45 ` [patch 2/9] Improve __smp_call_function_map Martin Schwidefsky
2007-07-23 8:45 ` [patch 3/9] cio: css_sch_device_register() can be made static Martin Schwidefsky
2007-07-23 8:45 ` Martin Schwidefsky [this message]
2007-07-23 8:45 ` [patch 5/9] sclp: kill unused SCLP config option Martin Schwidefsky
2007-07-23 8:45 ` [patch 6/9] Get rid of new section mismatch warnings Martin Schwidefsky
2007-07-23 8:45 ` [patch 7/9] cio: Remove deprecated rdc/rcd Martin Schwidefsky
2007-07-23 8:45 ` [patch 8/9] add types.h include to s390_ext.h Martin Schwidefsky
2007-07-23 8:45 ` [patch 9/9] Wire up sys_fallocate Martin Schwidefsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070723085652.753447559@de.ibm.com \
--to=schwidefsky@de.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox