To add to @Tommy's response, if you want to pass through the URI, change the RewriteRules to the following:
RewriteRule ^(.*)$ http://mobile.yourdomain.com$1 [R=301]
Otherwise you'll be redirecting all requests to the mobile home page (though that might be what you want).