Currently, pretty much all the functions of this module are in linode.admin.inc
That file should only be for admin page related function.

API type functions should be in linode.module

Currently if I want to call linode_send_request() from my own custom module I have to include linode.admin.inc, which is not good.