diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-04-27 16:21:57 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-04-27 16:21:57 -0500 |
commit | ac4b8487a4edffc2c108aa4ecb836a2ad444a994 (patch) | |
tree | 9888dce54c73d633bf410be22794e49b93a27b2b /io-module/mts_io.c | |
parent | 34609050e110fdeaf9cd63888c5902031ca21b1f (diff) | |
download | cdp-io-controller-ac4b8487a4edffc2c108aa4ecb836a2ad444a994.tar.gz cdp-io-controller-ac4b8487a4edffc2c108aa4ecb836a2ad444a994.tar.bz2 cdp-io-controller-ac4b8487a4edffc2c108aa4ecb836a2ad444a994.zip |
rename platform to mtcdp
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index a10b6c3..6f7f559 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -1,5 +1,5 @@ /* - * IO Controller for the Sparkcell Platform + * IO Controller for the MTCDP Platform * * Copyright (C) 2010 by Multi-Tech Systems * @@ -44,10 +44,10 @@ #define DRIVER_VERSION "v0.2.0" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" -#define DRIVER_DESC "IO Controller for the SparkCell Platform" +#define DRIVER_DESC "IO Controller for the MTCDP Platform" #define DRIVER_NAME "mts-io" -#define PLATFORM_NAME "sparkcell" +#define PLATFORM_NAME "mtcdp" #if DEBUG # define dbg(fmt, args...) printk(KERN_DEBUG __FILE__ ": " fmt "\n" , ##args) |