Hi Pugh,
It sounds like you haven't implemented the rel=canonical tag for mobile. This tag works a bit like the hreflang tag, namely it prevents your mobile site from being viewed as duplicate content and should mean that your mobile URL is displayed in mobile SERPs and your desktop URL is displayed in desktop SERPs.
To implement (for more info see https://developers.google.com/webmasters/smartphone-sites/details
on the desktop page, add:
and on the **corresponding **mobile page, the required annotation should be:
This rel="canonical" tag on the mobile URL pointing to the desktop page is required.
Make sure you are referencing the corresponding URLs (so www.example.com/xyz and m.example.com/xyz, rather than simply referencing the mobile homepage).
Hope that helps!