aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-10-11 15:08:48 -0700
committerTony Luck <tony.luck@intel.com>2005-10-11 15:08:48 -0700
commit74e52aa561d5bb973075c2015133546b42cdc290 (patch)
tree3e8f269e99443bdb3cec6e23f3193dd696e6518e /drivers/char
parentf5154a98a1931641f0448f6512294a15279110d7 (diff)
parent96f339c6b95344942fe5fce012ff4f2a3b2cb80d (diff)
Pull mbcs-init-sn-check into release branch
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/mbcs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/mbcs.c b/drivers/char/mbcs.c
index 3fa64c63110..c268ee04b2a 100644
--- a/drivers/char/mbcs.c
+++ b/drivers/char/mbcs.c
@@ -830,6 +830,9 @@ static int __init mbcs_init(void)
{
int rv;
+ if (!ia64_platform_is("sn2"))
+ return -ENODEV;
+
// Put driver into chrdevs[]. Get major number.
rv = register_chrdev(mbcs_major, DEVICE_NAME, &mbcs_ops);
if (rv < 0) {